Commit 3d8f5b43 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Rafaël Carré

Generate old ChangeLogs automatically

(cherrypicked from a24214d3)
parent f2020de9
ChangeLog-*
------------------------------------------------------------------------
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
------------------------------------------------------------------------
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
------------------------------------------------------------------------
r18345 | hartman | 2006-12-09 21:36:47 +0100 (Sat, 09 Dec 2006) | 2 lines
Changed paths:
D /branches/0.8.6
A /tags/0.8.6 (from /branches/0.8.6:18342)
* 0.8.6 Branch -> Tag
------------------------------------------------------------------------
r17386 | massiot | 2006-10-30 23:27:08 +0100 (Mon, 30 Oct 2006) | 2 lines
Changed paths:
M /branches/0.8.6/doc/fortunes.txt
.
------------------------------------------------------------------------
r16778 | hartman | 2006-09-22 01:56:47 +0200 (Fri, 22 Sep 2006) | 3 lines
Changed paths:
M /branches/0.8.6/doc/skins/skins2-howto.xml
M /branches/0.8.6/modules/gui/skins2/parser/builder.cpp
M /branches/0.8.6/modules/gui/skins2/parser/builder.hpp
M /branches/0.8.6/modules/gui/skins2/parser/builder_data.def
M /branches/0.8.6/modules/gui/skins2/parser/builder_data.hpp
M /branches/0.8.6/modules/gui/skins2/parser/skin_parser.cpp
M /branches/0.8.6/modules/gui/skins2/utils/position.cpp
M /branches/0.8.6/modules/gui/skins2/utils/position.hpp
M /branches/0.8.6/share/skins2/skin.dtd
* backport [16210]. which was ommitted earlier.
xkeepratio and ykeepratio for skins2
------------------------------------------------------------------------
r16773 | hartman | 2006-09-21 20:46:25 +0200 (Thu, 21 Sep 2006) | 6 lines
Changed paths:
M /branches/0.8.6/AUTHORS
M /branches/0.8.6/configure.ac
M /branches/0.8.6/doc/Makefile.am
M /branches/0.8.6/include/libvlc_internal.h
M /branches/0.8.6/include/vlc_common.h
M /branches/0.8.6/include/vlc_es.h
M /branches/0.8.6/include/vlc_symbols.h
M /branches/0.8.6/include/vlc_url.h
M /branches/0.8.6/modules/access/directory.c
M /branches/0.8.6/modules/codec/ffmpeg/encoder.c
M /branches/0.8.6/modules/demux/mkv.cpp
M /branches/0.8.6/modules/demux/mp4/mp4.c
M /branches/0.8.6/modules/demux/subtitle.c
M /branches/0.8.6/modules/gui/beos/InterfaceWindow.cpp
M /branches/0.8.6/modules/gui/macosx/intf.m
M /branches/0.8.6/modules/gui/skins2/parser/interpreter.cpp
M /branches/0.8.6/modules/gui/skins2/src/top_window.cpp
M /branches/0.8.6/modules/gui/skins2/win32/win32_dragdrop.cpp
M /branches/0.8.6/modules/misc/playlist/xspf.c
M /branches/0.8.6/modules/packetizer/h264.c
M /branches/0.8.6/modules/stream_out/mosaic_bridge.c
M /branches/0.8.6/modules/stream_out/switcher.c
M /branches/0.8.6/modules/stream_out/transcode.c
M /branches/0.8.6/src/network/rootwrap.c
M /branches/0.8.6/src/osd/osd_parser.c
M /branches/0.8.6/src/test/url.c
* More backports:
[16302]-[16304],[16310],[16317],[16323],[16325],[16327],[16329],[16330]-[16332],[16335],[16344],[16345],[16349],[16350],[16390]-[16394],[16406],[16422],[16423],[16427]-[16429],[16432],[16433],[16437],[16443],[16452],[16453],[16465],[16466],[16475],[16477]
Skipped some mozilla stuff: 16376,16395,402,403,416,417,418,426,435,440,470,471
Skipped v4l2, mono filter
------------------------------------------------------------------------
r16767 | hartman | 2006-09-21 16:32:45 +0200 (Thu, 21 Sep 2006) | 9 lines
Changed paths:
M /branches/0.8.6/THANKS
M /branches/0.8.6/activex/utils.cpp
M /branches/0.8.6/configure.ac
M /branches/0.8.6/doc/skins/skins2-howto.xml
M /branches/0.8.6/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
M /branches/0.8.6/include/libvlc_internal.h
M /branches/0.8.6/include/vlc/libvlc.h
M /branches/0.8.6/modules/access/directory.c
M /branches/0.8.6/modules/access/file.c
M /branches/0.8.6/modules/control/rc.c
M /branches/0.8.6/modules/demux/live555.cpp
M /branches/0.8.6/modules/demux/mkv.cpp
M /branches/0.8.6/modules/demux/mp4/mp4.c
M /branches/0.8.6/modules/demux/ps.c
M /branches/0.8.6/modules/gui/macosx/AppleRemote.h
M /branches/0.8.6/modules/gui/macosx/AppleRemote.m
M /branches/0.8.6/modules/gui/macosx/intf.m
M /branches/0.8.6/modules/gui/macosx/vout.m
M /branches/0.8.6/modules/gui/skins2/controls/ctrl_image.cpp
M /branches/0.8.6/modules/gui/skins2/controls/ctrl_move.cpp
M /branches/0.8.6/modules/gui/skins2/controls/ctrl_move.hpp
M /branches/0.8.6/modules/gui/skins2/controls/ctrl_resize.cpp
M /branches/0.8.6/modules/gui/skins2/controls/ctrl_resize.hpp
M /branches/0.8.6/modules/gui/skins2/controls/ctrl_slider.cpp
M /branches/0.8.6/modules/gui/skins2/controls/ctrl_slider.hpp
M /branches/0.8.6/modules/gui/skins2/controls/ctrl_text.cpp
M /branches/0.8.6/modules/gui/skins2/controls/ctrl_text.hpp
M /branches/0.8.6/modules/gui/skins2/parser/builder.cpp
M /branches/0.8.6/modules/gui/skins2/parser/interpreter.cpp
M /branches/0.8.6/modules/gui/skins2/src/scaled_bitmap.cpp
M /branches/0.8.6/modules/gui/skins2/src/skin_main.cpp
M /branches/0.8.6/modules/mux/mp4.c
M /branches/0.8.6/modules/packetizer/h264.c
M /branches/0.8.6/modules/services_discovery/upnp_intel.cpp
M /branches/0.8.6/modules/stream_out/bridge.c
M /branches/0.8.6/modules/stream_out/rtp.c
M /branches/0.8.6/modules/stream_out/transcode.c
M /branches/0.8.6/modules/video_filter/logo.c
M /branches/0.8.6/modules/video_filter/marq.c
M /branches/0.8.6/modules/video_filter/time.c
M /branches/0.8.6/modules/video_output/x11/xcommon.c
M /branches/0.8.6/share/http/index.html
M /branches/0.8.6/src/control/audio.c
M /branches/0.8.6/src/control/core.c
M /branches/0.8.6/src/control/input.c
M /branches/0.8.6/src/control/playlist.c
M /branches/0.8.6/src/control/video.c
M /branches/0.8.6/src/input/decoder.c
M /branches/0.8.6/src/input/input.c
M /branches/0.8.6/src/misc/image.c
M /branches/0.8.6/src/misc/messages.c
* More backports:
[16148],[16177]-[16179],[16181],[16184],[16188],[16189],[16191],[16206],[16222],[16227],[16228],[16230],[16231],[16234],[16236],[16241]-[16245],[16250],[16251],[16253],[16258],[16260]-[16262],[16264],[16268]-[16271],[16273],[16274],[16276]-[16280],[16284]-[16288],[16290],[16293],[16297],[16299],[16300],[16301]
Things demanding attention/testing:
- status of mozilla/activeX plugin
- bindings
- skins2
------------------------------------------------------------------------
r16718 | zorglub | 2006-09-18 00:00:20 +0200 (Mon, 18 Sep 2006) | 2 lines
Changed paths:
D /branches/0.8.5-1
A /branches/0.8.6 (from /branches/0.8.5-1:16716)
Move branch. Happy svn switch
------------------------------------------------------------------------
r16544 | hartman | 2006-09-08 01:05:11 +0200 (Fri, 08 Sep 2006) | 4 lines
Changed paths:
M /branches/0.8.5-1/THANKS
M /branches/0.8.5-1/bootstrap
M /branches/0.8.5-1/configure.ac
M /branches/0.8.5-1/doc/ChangeLog-2005
M /branches/0.8.5-1/doc/fortunes.txt
M /branches/0.8.5-1/loader/afl.c
M /branches/0.8.5-1/loader/driver.c
M /branches/0.8.5-1/loader/kludge.c
M /branches/0.8.5-1/loader/ldt_keeper.c
M /branches/0.8.5-1/loader/loader.h
M /branches/0.8.5-1/loader/module.c
M /branches/0.8.5-1/loader/pe_image.c
M /branches/0.8.5-1/loader/pe_resource.c
M /branches/0.8.5-1/loader/registry.c
M /branches/0.8.5-1/loader/resource.c
M /branches/0.8.5-1/loader/vfl.c
M /branches/0.8.5-1/loader/win32.c
M /branches/0.8.5-1/m4/Makefile.am
M /branches/0.8.5-1/modules/access/dvb/linux_dvb.c
M /branches/0.8.5-1/modules/demux/ps.c
M /branches/0.8.5-1/modules/demux/ps.h
M /branches/0.8.5-1/modules/gui/macosx/vout.h
M /branches/0.8.5-1/modules/gui/macosx/vout.m
M /branches/0.8.5-1/modules/misc/freetype.c
M /branches/0.8.5-1/modules/services_discovery/sap.c
M /branches/0.8.5-1/modules/stream_out/transcode.c
M /branches/0.8.5-1/modules/video_filter/transform.c
M /branches/0.8.5-1/src/Makefile.am
M /branches/0.8.5-1/src/audio_output
M /branches/0.8.5-1/src/audio_output/common.c
M /branches/0.8.5-1/src/control
M /branches/0.8.5-1/src/extras
M /branches/0.8.5-1/src/input
M /branches/0.8.5-1/src/input/stream.c
M /branches/0.8.5-1/src/interface
M /branches/0.8.5-1/src/misc
M /branches/0.8.5-1/src/misc/unicode.c
M /branches/0.8.5-1/src/network
M /branches/0.8.5-1/src/network/tcp.c
M /branches/0.8.5-1/src/osd
M /branches/0.8.5-1/src/playlist
M /branches/0.8.5-1/src/stream_output
M /branches/0.8.5-1/src/video_output
backported: [15963](partial),[15973],[15974],[15975],[15977],[15978],[15981],[15982],[15983](edited),[15984],[15988],[16003],[16006],[16008]-[16011],[16018],[16019],[16021],[16023],[16025],[16026]
skipped: pid writing, qtl, motion, restart flag, RTSP rewind/ffw
------------------------------------------------------------------------
r16457 | hartman | 2006-08-31 22:51:12 +0200 (Thu, 31 Aug 2006) | 4 lines
Changed paths:
M /branches/0.8.5-1/Makefile.am
M /branches/0.8.5-1/THANKS
M /branches/0.8.5-1/bootstrap
M /branches/0.8.5-1/configure.ac
M /branches/0.8.5-1/doc/fortunes.txt
M /branches/0.8.5-1/include/vlc/libvlc.h
M /branches/0.8.5-1/include/vlc_input.h
M /branches/0.8.5-1/include/vlc_symbols.h
M /branches/0.8.5-1/modules/access/dshow/dshow.cpp
M /branches/0.8.5-1/modules/access/dshow/filter.cpp
M /branches/0.8.5-1/modules/access/ftp.c
M /branches/0.8.5-1/modules/codec/dmo/dmo.c
M /branches/0.8.5-1/modules/codec/ffmpeg/audio.c
M /branches/0.8.5-1/modules/control/hotkeys.c
M /branches/0.8.5-1/modules/demux/mpeg/m4v.c
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_button.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_button.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_checkbox.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_checkbox.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_generic.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_generic.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_list.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_list.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_radialslider.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_radialslider.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_slider.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_slider.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_text.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_text.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_tree.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_tree.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_video.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_video.hpp
M /branches/0.8.5-1/modules/gui/skins2/src/anim_bitmap.hpp
M /branches/0.8.5-1/modules/gui/skins2/src/generic_window.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/generic_window.hpp
M /branches/0.8.5-1/modules/gui/skins2/src/tooltip.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/tooltip.hpp
M /branches/0.8.5-1/modules/gui/skins2/utils/observer.hpp
M /branches/0.8.5-1/modules/gui/skins2/utils/position.hpp
M /branches/0.8.5-1/modules/gui/skins2/utils/var_bool.cpp
M /branches/0.8.5-1/modules/gui/skins2/utils/var_bool.hpp
M /branches/0.8.5-1/modules/gui/skins2/utils/var_list.hpp
M /branches/0.8.5-1/modules/gui/skins2/utils/var_percent.hpp
M /branches/0.8.5-1/modules/gui/skins2/utils/var_text.cpp
M /branches/0.8.5-1/modules/gui/skins2/utils/var_text.hpp
M /branches/0.8.5-1/modules/gui/skins2/utils/var_tree.hpp
M /branches/0.8.5-1/modules/gui/skins2/vars/equalizer.cpp
M /branches/0.8.5-1/modules/gui/skins2/vars/equalizer.hpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/fileinfo.hpp
M /branches/0.8.5-1/modules/gui/wxwidgets/interface.cpp
M /branches/0.8.5-1/modules/gui/wxwidgets/interface.hpp
M /branches/0.8.5-1/modules/gui/wxwidgets/menus.cpp
M /branches/0.8.5-1/modules/misc/freetype.c
M /branches/0.8.5-1/modules/misc/growl.c
M /branches/0.8.5-1/modules/misc/notify.c
M /branches/0.8.5-1/modules/mux/mpeg/ts.c
M /branches/0.8.5-1/modules/packetizer/mpeg4video.c
M /branches/0.8.5-1/modules/stream_out/rtp.c
M /branches/0.8.5-1/modules/video_output/image.c
M /branches/0.8.5-1/mozilla/Makefile.am
M /branches/0.8.5-1/src/Makefile.am
M /branches/0.8.5-1/src/audio_output/intf.c
M /branches/0.8.5-1/src/control/audio.c
M /branches/0.8.5-1/src/control/input.c
M /branches/0.8.5-1/src/control/playlist.c
M /branches/0.8.5-1/src/control/video.c
M /branches/0.8.5-1/src/input/decoder.c
M /branches/0.8.5-1/src/input/input.c
M /branches/0.8.5-1/src/input/input_internal.h
M /branches/0.8.5-1/src/input/subtitles.c
M /branches/0.8.5-1/src/interface/interaction.c
M /branches/0.8.5-1/src/libvlc.h
M /branches/0.8.5-1/src/misc/stats.c
M /branches/0.8.5-1/src/video_output/video_output.c
M /branches/0.8.5-1/src/video_output/vout_intf.c
M /branches/0.8.5-1/vlc-config.in.in
* backported: [15803]-[15815],[15817],[15819],[15821],[15822],[15824],[15826],[15829],[15831],[15832],[15834],[15836]-[15838],[15841],[15844],[15846],[15848]-[15853],[15859],[15861]-[15867],[15869]-[15871],[15874],[15878]-[15880],[15883],[15884]
* skipped java bindings, new cdda (too many playlist conflicts)
------------------------------------------------------------------------
r16454 | hartman | 2006-08-31 21:54:36 +0200 (Thu, 31 Aug 2006) | 2 lines
Changed paths:
M /branches/0.8.5-1/configure.ac
M /branches/0.8.5-1/doc/fortunes.txt
M /branches/0.8.5-1/doc/skins/skins2-howto.xml
M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_resize.cpp
M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_resize.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_resize.cpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_resize.hpp
M /branches/0.8.5-1/modules/gui/skins2/controls/ctrl_video.cpp
M /branches/0.8.5-1/modules/gui/skins2/parser/builder.cpp
M /branches/0.8.5-1/modules/gui/skins2/parser/builder_data.def
M /branches/0.8.5-1/modules/gui/skins2/parser/builder_data.hpp
M /branches/0.8.5-1/modules/gui/skins2/parser/skin_parser.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/anchor.hpp
M /branches/0.8.5-1/modules/gui/skins2/src/generic_layout.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/window_manager.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/window_manager.hpp
M /branches/0.8.5-1/modules/gui/skins2/utils/position.hpp
M /branches/0.8.5-1/modules/misc/Modules.am
A /branches/0.8.5-1/modules/misc/notify.c (from /trunk/modules/misc/notify.c:15800)
M /branches/0.8.5-1/po/Makefile.in.in
M /branches/0.8.5-1/po/zh_CN.po
M /branches/0.8.5-1/share/skins2/skin.dtd
* backported [15796]-[15800] and [15802]. Someone please check the notify plugin.
------------------------------------------------------------------------
r16441 | hartman | 2006-08-30 23:36:35 +0200 (Wed, 30 Aug 2006) | 5 lines
Changed paths:
M /branches/0.8.5-1/THANKS
M /branches/0.8.5-1/configure.ac
M /branches/0.8.5-1/doc/skins/skins2-howto.xml
M /branches/0.8.5-1/include/vlc_keys.h
M /branches/0.8.5-1/modules/access/dv.c
M /branches/0.8.5-1/modules/access/http.c
M /branches/0.8.5-1/modules/access/rtsp/real.c
M /branches/0.8.5-1/modules/access/rtsp/rtsp.c
M /branches/0.8.5-1/modules/access_output/file.c
M /branches/0.8.5-1/modules/access_output/http.c
M /branches/0.8.5-1/modules/audio_output/alsa.c
M /branches/0.8.5-1/modules/codec/cmml/history.c
M /branches/0.8.5-1/modules/codec/cmml/intf.c
M /branches/0.8.5-1/modules/codec/spudec/parse.c
M /branches/0.8.5-1/modules/codec/x264.c
M /branches/0.8.5-1/modules/control/hotkeys.c
M /branches/0.8.5-1/modules/control/http/rpn.c
M /branches/0.8.5-1/modules/control/telnet.c
M /branches/0.8.5-1/modules/demux/asf/libasf.c
M /branches/0.8.5-1/modules/demux/mp4/drms.c
M /branches/0.8.5-1/modules/demux/ogg.c
M /branches/0.8.5-1/modules/demux/real.c
M /branches/0.8.5-1/modules/demux/sgimb.c
M /branches/0.8.5-1/modules/demux/ts.c
M /branches/0.8.5-1/modules/gui/macosx/intf.m
M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_minimize.cpp
M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_minimize.hpp
M /branches/0.8.5-1/modules/gui/skins2/macosx/macosx_factory.cpp
M /branches/0.8.5-1/modules/gui/skins2/macosx/macosx_factory.hpp
M /branches/0.8.5-1/modules/gui/skins2/parser/interpreter.cpp
M /branches/0.8.5-1/modules/gui/skins2/parser/skin_parser.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/generic_layout.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/generic_layout.hpp
M /branches/0.8.5-1/modules/gui/skins2/src/os_factory.hpp
M /branches/0.8.5-1/modules/gui/skins2/src/skin_main.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/top_window.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/vlcproc.cpp
M /branches/0.8.5-1/modules/gui/skins2/win32/win32_factory.cpp
M /branches/0.8.5-1/modules/gui/skins2/win32/win32_factory.hpp
M /branches/0.8.5-1/modules/gui/skins2/x11/x11_factory.cpp
M /branches/0.8.5-1/modules/gui/skins2/x11/x11_factory.hpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/playlist.hpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/preferences_widgets.cpp
M /branches/0.8.5-1/po/Makefile.in.in
A /branches/0.8.5-1/po/cs.po (from /trunk/po/cs.po:15669)
M /branches/0.8.5-1/src/input/input.c
M /branches/0.8.5-1/src/libvlc.c
M /branches/0.8.5-1/src/libvlc.h
M /branches/0.8.5-1/src/misc/charset.c
M /branches/0.8.5-1/src/misc/darwin_specific.m
M /branches/0.8.5-1/src/video_output/vout_intf.c
M /branches/0.8.5-1/toolbox
* backported: [15596]-[15603],[15605]-[15608],[15611],[15615],[15616],[15626]-[15628], [15631],[15636],[15637],[15639],[15643],[15647]-[15651],[15654],[15658],[15662],[15668],[15669],[15673]-[15675],[15678],[15680]-[15682],[15684],[15689]-[15700]
as well as the intf.m part of [15638]
The interaction framework updates and playlist changes were left out
------------------------------------------------------------------------
r16439 | hartman | 2006-08-30 21:33:55 +0200 (Wed, 30 Aug 2006) | 4 lines
Changed paths:
M /branches/0.8.5-1/INSTALL
M /branches/0.8.5-1/Makefile.am
M /branches/0.8.5-1/THANKS
M /branches/0.8.5-1/activex/axvlc.inf.in
M /branches/0.8.5-1/configure.ac
D /branches/0.8.5-1/debian
M /branches/0.8.5-1/doc/fortunes.txt
M /branches/0.8.5-1/doc/skins/skins2-howto.xml
M /branches/0.8.5-1/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
M /branches/0.8.5-1/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
M /branches/0.8.5-1/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
M /branches/0.8.5-1/include/codecs.h
M /branches/0.8.5-1/include/vlc/libvlc.h
M /branches/0.8.5-1/include/vlc_messages.h
M /branches/0.8.5-1/modules/codec/dmo/dmo.c
M /branches/0.8.5-1/modules/control/corba/corba.c
M /branches/0.8.5-1/modules/control/http/http.c
M /branches/0.8.5-1/modules/control/http/rpn.c
M /branches/0.8.5-1/modules/demux/livedotcom.cpp
M /branches/0.8.5-1/modules/demux/wav.c
M /branches/0.8.5-1/modules/gui/macosx/playlist.h
M /branches/0.8.5-1/modules/gui/macosx/playlist.m
M /branches/0.8.5-1/modules/gui/macosx/update.m
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/infopanels.cpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/infopanels.hpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/interaction.cpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/interaction.hpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/iteminfo.cpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/messages.cpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/open.cpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/streamout.cpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs/subtitles.cpp
M /branches/0.8.5-1/modules/gui/wxwidgets/menus.cpp
M /branches/0.8.5-1/mozilla/Makefile.am
M /branches/0.8.5-1/po/POTFILES.in
M /branches/0.8.5-1/share/Makefile.am
A /branches/0.8.5-1/share/applications (from /trunk/share/applications:15575)
M /branches/0.8.5-1/src/control/vlm.c
M /branches/0.8.5-1/src/libvlc.h
M /branches/0.8.5-1/src/misc/charset.c
M /branches/0.8.5-1/src/network/acl.c
M /branches/0.8.5-1/src/network/httpd.c
M /branches/0.8.5-1/src/video_output/vout_intf.c
* backported: [15445],[15449],[15451],[15457],[15477],[15490],[15560],[15563],[15564]-[15568],[15571]-[15585],[15587],[15588],[15591]-[15593]
On to the post 0.8.5 changes
------------------------------------------------------------------------
r16431 | hartman | 2006-08-30 16:30:06 +0200 (Wed, 30 Aug 2006) | 6 lines
Changed paths:
M /branches/0.8.5-1/bindings/java/org/videolan/jvlc/VideoIntf.java
M /branches/0.8.5-1/doc/Doxyfile
M /branches/0.8.5-1/doc/skins/skins2-howto.xml
M /branches/0.8.5-1/include/vlc_interface.h
M /branches/0.8.5-1/modules/demux/avi/avi.c
M /branches/0.8.5-1/modules/gui/macosx/about.m
M /branches/0.8.5-1/modules/gui/skins2/commands/cmd_dialogs.hpp
M /branches/0.8.5-1/modules/gui/skins2/parser/interpreter.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/dialogs.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/dialogs.hpp
M /branches/0.8.5-1/modules/gui/skins2/src/skin_main.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/vlcproc.cpp
M /branches/0.8.5-1/modules/gui/skins2/src/vlcproc.hpp
M /branches/0.8.5-1/modules/gui/wxwidgets/dialogs.cpp
M /branches/0.8.5-1/modules/gui/wxwidgets/interface.hpp
M /branches/0.8.5-1/modules/gui/wxwidgets/menus.cpp
M /branches/0.8.5-1/share/http/dialogs/input
M /branches/0.8.5-1/src/control/playlist.c
M /branches/0.8.5-1/src/libvlc.c
M /branches/0.8.5-1/src/libvlc.h
* backported to stable: [15228],[15234],[15239],[15261],[15262],[15264],[15266]-[15271]
[15279],[15289],[15292],[15300]
* specifically left out sfilters panel in OSX intf.
* this is the first batch, I don't want to frell my tree and have to start from scratch AGAIN :D
------------------------------------------------------------------------
r16396 | hartman | 2006-08-28 21:04:40 +0200 (Mon, 28 Aug 2006) | 1 line
Changed paths:
A /branches/0.8.5-1 (from /tags/0.8.5:16395)
Create an 0.8.5-1 branch with security, bug fixes and WMV3
------------------------------------------------------------------------
r15558 | dionoea | 2006-05-06 23:13:36 +0200 (Sat, 06 May 2006) | 2 lines
Changed paths:
D /branches/0.8.5
A /tags/0.8.5 (from /branches/0.8.5:15557)
Tag 0.8.5
------------------------------------------------------------------------
r15486 | dionoea | 2006-04-30 21:14:31 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
M /branches/0.8.5/doc/skins/skins2-howto.xml
M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.cpp
M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.hpp
M /branches/0.8.5/modules/gui/skins2/parser/builder.cpp
M /branches/0.8.5/share/skins2/default/theme.xml
Revert [15458] and change default scrolling behavior to "stoped". You need to click on the text to start the scrolling.
------------------------------------------------------------------------
r15458 | dionoea | 2006-04-30 17:31:05 +0200 (Sun, 30 Apr 2006) | 2 lines
Changed paths:
M /branches/0.8.5/doc/skins/skins2-howto.xml
M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.cpp
M /branches/0.8.5/modules/gui/skins2/controls/ctrl_text.hpp
M /branches/0.8.5/modules/gui/skins2/parser/builder.cpp
M /branches/0.8.5/share/skins2/default/theme.xml
Add scrolling="autooff" : same behavior as "auto" except that it starts in the soped state. Use that in the default skin.
------------------------------------------------------------------------
r15366 | ipkiss | 2006-04-26 20:03:19 +0200 (Wed, 26 Apr 2006) | 2 lines
Changed paths:
M /branches/0.8.5/doc/skins/skins2-howto.xml
M /branches/0.8.5/modules/gui/skins2/Modules.am
A /branches/0.8.5/modules/gui/skins2/commands/cmd_snapshot.cpp
A /branches/0.8.5/modules/gui/skins2/commands/cmd_snapshot.hpp
M /branches/0.8.5/modules/gui/skins2/parser/interpreter.cpp
* backport of [15365]
------------------------------------------------------------------------
r15241 | asmax | 2006-04-15 18:29:24 +0200 (Sat, 15 Apr 2006) | 2 lines
Changed paths:
M /branches/0.8.5/doc/skins/skins2-howto.xml
M /branches/0.8.5/modules/gui/skins2/src/vlcproc.cpp
M /branches/0.8.5/modules/gui/skins2/src/vlcproc.hpp
M /branches/0.8.5/modules/gui/skins2/utils/var_text.cpp
M /branches/0.8.5/share/skins2/winamp2.xml
M /branches/0.8.5/src/input/es_out.c
M /branches/0.8.5/src/input/input.c
* backport [15240] to get a functional winamp2 skin for 0.8.5
------------------------------------------------------------------------
r15231 | dionoea | 2006-04-15 02:57:53 +0200 (Sat, 15 Apr 2006) | 2 lines
Changed paths:
M /branches/0.8.5/doc/skins/skins2-howto.xml
Backport [15230]
------------------------------------------------------------------------
r15211 | zorglub | 2006-04-14 14:07:13 +0200 (Fri, 14 Apr 2006) | 2 lines
Changed paths:
A /branches/0.8.5 (from /trunk:15210)
Branch out 0.8.5
------------------------------------------------------------------------
r15184 | zorglub | 2006-04-12 10:13:14 +0200 (Wed, 12 Apr 2006) | 2 lines
Changed paths:
M /trunk/doc/skins/skins2-howto.xml
Document <Playtree> (Closes:#611)
------------------------------------------------------------------------
r15154 | asmax | 2006-04-09 16:29:26 +0200 (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
------------------------------------------------------------------------
r14926 | asmax | 2006-03-25 17:52:16 +0100 (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 !
------------------------------------------------------------------------
r14846 | ipkiss | 2006-03-20 23:34:43 +0100 (Mon, 20 Mar 2006) | 2 lines
Changed paths:
M /trunk/doc/skins/skins2-howto.xml
* doc/skins/skins2-howto.xml: Fixed typos.
------------------------------------------------------------------------
r14700 | zorglub | 2006-03-10 08:17:31 +0100 (Fri, 10 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
------------------------------------------------------------------------
r14662 | dionoea | 2006-03-06 19:55:39 +0100 (Mon, 06 Mar 2006) | 2 lines
Changed paths:
M /trunk/doc/vlc.1
Add link to online documentation in VLC manpage
------------------------------------------------------------------------
r14642 | dionoea | 2006-03-05 15:58:31 +0100 (Sun, 05 Mar 2006) | 2 lines
Changed paths:
M /trunk/doc/release-howto.txt
We won't need to warn ECP about releases now.
------------------------------------------------------------------------
r14544 | ipkiss | 2006-02-28 20:12:54 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/skins/skins2-howto.xml
* doc/skins/skins2-howto.xml: fixed a typo
------------------------------------------------------------------------
r14530 | courmisch | 2006-02-28 09:39:27 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
Dist demo.sh
------------------------------------------------------------------------
r14528 | courmisch | 2006-02-28 09:16:40 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/demo.sh
EOL style
------------------------------------------------------------------------
r14526 | hartman | 2006-02-28 02:28:38 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/demo.sh
* demo.sh for Mac OS X VLC command
------------------------------------------------------------------------
r14525 | dionoea | 2006-02-28 00:24:39 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/demo.sh
Add OpenGL rotating cube and video wall demos
------------------------------------------------------------------------
r14524 | dionoea | 2006-02-28 00:03:28 +0100 (Tue, 28 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/demo.sh
Small fixes/changes
------------------------------------------------------------------------
r14523 | dionoea | 2006-02-27 23:47:21 +0100 (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.
------------------------------------------------------------------------
r14499 | dionoea | 2006-02-25 22:08:46 +0100 (Sat, 25 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/fortunes.txt
Nice user comment ...
------------------------------------------------------------------------
r14404 | asmax | 2006-02-19 16:37:05 +0100 (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 ;)
------------------------------------------------------------------------
r14338 | massiot | 2006-02-16 22:31:36 +0100 (Thu, 16 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/fortunes.txt
?
------------------------------------------------------------------------
r14337 | massiot | 2006-02-16 22:19:47 +0100 (Thu, 16 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/fortunes.txt
!
------------------------------------------------------------------------
r14280 | ipkiss | 2006-02-13 08:18:42 +0100 (Mon, 13 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
------------------------------------------------------------------------
r14277 | ipkiss | 2006-02-12 22:39:09 +0100 (Sun, 12 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/skins/skins2-howto.xml
* doc/skins/skins2-howto.xml: Fixed a link
------------------------------------------------------------------------
r14274 | ipkiss | 2006-02-12 22:11:14 +0100 (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
------------------------------------------------------------------------
r14182 | rocky | 2006-02-06 16:30:30 +0100 (Mon, 06 Feb 2006) | 1 line
Changed paths:
M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
minor corrections
------------------------------------------------------------------------
r14181 | rocky | 2006-02-06 13:41:12 +0100 (Mon, 06 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/subtitles/svcd-ogt-subtitles.txt
Revise. perhaps a little more detail too.
------------------------------------------------------------------------
r14143 | dionoea | 2006-02-03 00:35:12 +0100 (Fri, 03 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/Doxyfile
update Doxyfile using "doxygen -u"
------------------------------------------------------------------------
r14127 | courmisch | 2006-02-01 20:49:08 +0100 (Wed, 01 Feb 2006) | 2 lines
Changed paths:
M /trunk/doc/developer2
svn:ignore built doc
------------------------------------------------------------------------
r14126 | courmisch | 2006-02-01 20:47:14 +0100 (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 20:44:56 +0100 (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
------------------------------------------------------------------------
r14065 | hartman | 2006-01-29 16:25:07 +0100 (Sun, 29 Jan 2006) | 2 lines
Changed paths:
M /trunk/doc/fortunes.txt
* FORTUNE !!!! :D
------------------------------------------------------------------------
r14035 | zorglub | 2006-01-28 11:58:48 +0100 (Sat, 28 Jan 2006) | 2 lines
Changed paths:
M /trunk/doc/rrd-howto.txt
Improve doc
------------------------------------------------------------------------
r14034 | zorglub | 2006-01-28 11:56:47 +0100 (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
------------------------------------------------------------------------
r13978 | ipkiss | 2006-01-22 12:12:33 +0100 (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.
------------------------------------------------------------------------
r13967 | dionoea | 2006-01-21 21:30:57 +0100 (Sat, 21 Jan 2006) | 2 lines
Changed paths:
M /trunk/doc/fortunes.txt
Fortune !
------------------------------------------------------------------------
r13874 | sam | 2006-01-06 16:16:25 +0100 (Fri, 06 Jan 2006) | 2 lines
Changed paths:
M /trunk/doc/fortunes.txt
fortune.
------------------------------------------------------------------------
r13872 | xtophe | 2006-01-06 10:37:13 +0100 (Fri, 06 Jan 2006) | 2 lines
Changed paths:
M /trunk/doc/Doxyfile
M /trunk/doc/Doxyfile.skins2
Produce include graphs.
------------------------------------------------------------------------
------------------------------------------------------------------------
r20559 | jb | 2007-06-14 01:45:26 +0200 (Thu, 14 Jun 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/ChangeLog
A /branches/0.8.6-bugfix/doc/ChangeLog-2006
Update changelogs.
------------------------------------------------------------------------
r20469 | xtophe | 2007-06-08 00:32:10 +0200 (Fri, 08 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/doc/vlc.1
Backport [19419], [20466] and partially [20468]
------------------------------------------------------------------------
r20192 | courmisch | 2007-05-19 11:42:41 +0200 (Sat, 19 May 2007) | 2 lines
Changed paths:
A /branches/0.8.6-bugfix (from /branches/0.8.6-bugfix:19864)
Not every bug have been fixed right? so why REMOVE the bugfix BRANCH ?
------------------------------------------------------------------------
r18580 | courmisch | 2007-01-14 20:54:22 +0100 (Sun, 14 Jan 2007) | 4 lines
Changed paths:
A /branches/0.8.6-bugfix (from /tags/0.8.6b:18579)
D /tags/0.8.6b
Fix location in previous commit.
Please retain the branch alive at least until 0.9.0 is out (if ever);
you can still tag release individually
------------------------------------------------------------------------
r18579 | courmisch | 2007-01-14 20:52:22 +0100 (Sun, 14 Jan 2007) | 4 lines
Changed paths:
A /tags/0.8.6b (from /tags/0.8.6a:18578)
Branch out yet-another bugfix release.
Hopefully, we won't run short of letters
(but we still have 0.8.7a-0.8.9z too, which means 100+ possible releases)
------------------------------------------------------------------------
r18492 | fkuehne | 2007-01-03 19:27:44 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
D /branches/0.8.6a
A /tags/0.8.6a (from /branches/0.8.6a:18491)
* tag 0.8.6a
------------------------------------------------------------------------
r18485 | fkuehne | 2007-01-03 18:18:24 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
A /branches/0.8.6a (from /tags/0.8.6:18484)
* branch out for 0.8.6a
------------------------------------------------------------------------
------------------------------------------------------------------------
r20579 | jpsaman | 2007-06-16 12:11:51 +0200 (Sat, 16 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/misc/freetype.c
Fix potential memleaks
------------------------------------------------------------------------
r20573 | xtophe | 2007-06-15 00:45:57 +0200 (Fri, 15 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/THANKS
M /branches/0.8.6-bugfix/modules/codec/flac.c
New FLAC API compatibility. Backport of [18855] and [18858]
------------------------------------------------------------------------
r20571 | xtophe | 2007-06-15 00:02:46 +0200 (Fri, 15 Jun 2007) | 2 lines
Changed paths:
A /branches/0.8.6-bugfix/modules/access/videodev2.h (from /branches/0.8.6-bugfix/modules/access/pvr/videodev2.h:20507)
This file was forgotten in [20508]
------------------------------------------------------------------------
r20569 | Trax | 2007-06-14 20:11:16 +0200 (Thu, 14 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/video_output/vout_subpictures.c
* src/video_output/vout_subpictures.c: backport [20562], potential memleak/crash
------------------------------------------------------------------------
r20568 | xtophe | 2007-06-14 19:42:14 +0200 (Thu, 14 Jun 2007) | 2 lines
Changed paths:
A /branches/0.8.6-bugfix/po/fa.po
oups forgot that yesterday
------------------------------------------------------------------------
r20566 | Trax | 2007-06-14 19:29:46 +0200 (Thu, 14 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
* NEWS: more cosmetics :)
------------------------------------------------------------------------
r20564 | Trax | 2007-06-14 19:21:29 +0200 (Thu, 14 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
* NEWS: cosmetics..
------------------------------------------------------------------------
r20563 | Trax | 2007-06-14 19:16:25 +0200 (Thu, 14 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
* NEWS: changed description for subtitle detection fix in AVI
------------------------------------------------------------------------
r20559 | jb | 2007-06-14 01:45:26 +0200 (Thu, 14 Jun 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/ChangeLog
A /branches/0.8.6-bugfix/doc/ChangeLog-2006
Update changelogs.
------------------------------------------------------------------------
r20558 | jb | 2007-06-14 01:42:57 +0200 (Thu, 14 Jun 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/INSTALL.win32
M /branches/0.8.6-bugfix/configure.ac
Update version in configure.ac and Contribs link.
------------------------------------------------------------------------
------------------------------------------------------------------------
r20555 | xtophe | 2007-06-13 23:47:43 +0200 (Wed, 13 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/extras/MacOSX/plugin/InstallerInfo.plist
Changes the version string
------------------------------------------------------------------------
r20554 | xtophe | 2007-06-13 23:34:20 +0200 (Wed, 13 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/NEWS
M /branches/0.8.6-bugfix/THANKS
M /branches/0.8.6-bugfix/configure.ac
M /branches/0.8.6-bugfix/po/POTFILES.in
M /branches/0.8.6-bugfix/po/af.po
M /branches/0.8.6-bugfix/po/ar.po
M /branches/0.8.6-bugfix/po/bn.po
M /branches/0.8.6-bugfix/po/ca.po
M /branches/0.8.6-bugfix/po/co.po
M /branches/0.8.6-bugfix/po/cs.po
M /branches/0.8.6-bugfix/po/da.po
M /branches/0.8.6-bugfix/po/de.po
M /branches/0.8.6-bugfix/po/el.po
M /branches/0.8.6-bugfix/po/en_GB.po
M /branches/0.8.6-bugfix/po/es.po
M /branches/0.8.6-bugfix/po/eu.po
M /branches/0.8.6-bugfix/po/fr.po
M /branches/0.8.6-bugfix/po/fur.po
M /branches/0.8.6-bugfix/po/gl.po
M /branches/0.8.6-bugfix/po/he.po
M /branches/0.8.6-bugfix/po/hi.po
M /branches/0.8.6-bugfix/po/hu.po
M /branches/0.8.6-bugfix/po/it.po
M /branches/0.8.6-bugfix/po/ja.po
M /branches/0.8.6-bugfix/po/ka.po
M /branches/0.8.6-bugfix/po/ko.po
M /branches/0.8.6-bugfix/po/lt.po
M /branches/0.8.6-bugfix/po/lv.po
M /branches/0.8.6-bugfix/po/ms.po
M /branches/0.8.6-bugfix/po/my.po
M /branches/0.8.6-bugfix/po/nb.po
M /branches/0.8.6-bugfix/po/ne.po
M /branches/0.8.6-bugfix/po/nl.po
M /branches/0.8.6-bugfix/po/nn.po
M /branches/0.8.6-bugfix/po/no.po
M /branches/0.8.6-bugfix/po/oc.po
M /branches/0.8.6-bugfix/po/pa.po
M /branches/0.8.6-bugfix/po/pl.po
M /branches/0.8.6-bugfix/po/ps.po
M /branches/0.8.6-bugfix/po/pt_BR.po
M /branches/0.8.6-bugfix/po/ro.po
M /branches/0.8.6-bugfix/po/ru.po
M /branches/0.8.6-bugfix/po/sk.po
M /branches/0.8.6-bugfix/po/sl.po
M /branches/0.8.6-bugfix/po/sq.po
M /branches/0.8.6-bugfix/po/sv.po
M /branches/0.8.6-bugfix/po/tet.po
M /branches/0.8.6-bugfix/po/th.po
M /branches/0.8.6-bugfix/po/tl.po
M /branches/0.8.6-bugfix/po/tr.po
M /branches/0.8.6-bugfix/po/vlc.pot
M /branches/0.8.6-bugfix/po/zh_CN.po
M /branches/0.8.6-bugfix/po/zh_TW.po
M /branches/0.8.6-bugfix/src/libvlc.h
M /branches/0.8.6-bugfix/src/misc/darwin_specific.m
Backport the l10n from trunk, activate arabic and persian
------------------------------------------------------------------------
r20552 | fenrir | 2007-06-13 21:27:36 +0200 (Wed, 13 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/aiff.c
Backport [20551] (stereo + odd chunk size)
------------------------------------------------------------------------
r20542 | Trax | 2007-06-12 23:19:23 +0200 (Tue, 12 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/wxwidgets/interface.cpp
* modules/gui/wxwidgets/interface.cpp: Revert [20519] as time display is a bit too wide now (at least on XP, the defaults were fine). Needs more tweaking to be properly backported.
------------------------------------------------------------------------
r20540 | Trax | 2007-06-12 22:31:04 +0200 (Tue, 12 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
NEWS: add security updates.
------------------------------------------------------------------------
r20537 | fenrir | 2007-06-12 20:32:04 +0200 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/access/http.c
Backport [20328] (Do not forbid seeking on 401 error.)
------------------------------------------------------------------------
r20536 | fenrir | 2007-06-12 20:28:40 +0200 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/playlist/m3u.c
Backport [20311] (m3u length parsing, BUT it is incomplete as it will break ABI)
------------------------------------------------------------------------
r20535 | fenrir | 2007-06-12 20:27:18 +0200 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/audio_output/output.c
Backport [20534] (Use of released buffer on race condition)
------------------------------------------------------------------------
r20533 | Trax | 2007-06-12 20:19:09 +0200 (Tue, 12 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/osd/osd_parser.c
* src/osd/osd_parser.c: backport [20349], remove dead code.
------------------------------------------------------------------------
r20532 | Trax | 2007-06-12 19:04:06 +0200 (Tue, 12 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
NEWS: add MKV demuxer crash fix.
------------------------------------------------------------------------
r20531 | Trax | 2007-06-12 18:58:30 +0200 (Tue, 12 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/THANKS
M /branches/0.8.6-bugfix/modules/demux/rawdv.c
* modules/demux/rawdv.c: backport [19931], patch for rawdv and fix memleak.
------------------------------------------------------------------------
r20530 | Trax | 2007-06-12 18:40:27 +0200 (Tue, 12 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/osd/osd.c
M /branches/0.8.6-bugfix/src/osd/osd_parser.c
* src/osd/osd.c osd_parser.c: backport [20352], Fix memleaks.
------------------------------------------------------------------------
r20529 | Trax | 2007-06-12 18:31:11 +0200 (Tue, 12 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/THANKS
M /branches/0.8.6-bugfix/modules/demux/mkv.cpp
* modules/demux/mkv.cpp: backport [20041], Fix im MKV demuxer.
------------------------------------------------------------------------
r20528 | damienf | 2007-06-12 18:10:37 +0200 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/mozilla/vlcshell.cpp
mozilla: backport [20527]
------------------------------------------------------------------------
r20522 | damienf | 2007-06-12 11:06:50 +0200 (Tue, 12 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/vlc.win32.nsi.in
NSIS installer: fixed small typo in mozilla registry key
------------------------------------------------------------------------
r20519 | Trax | 2007-06-11 22:28:02 +0200 (Mon, 11 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/wxwidgets/interface.cpp
* modules/gui/wxwidgets/interface.cpp: Backport [19972], Wx - increase the time display.
------------------------------------------------------------------------
r20517 | Trax | 2007-06-11 17:57:39 +0200 (Mon, 11 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
* NEWS: Added fixes for memory leaks and Embedded subtitles (GAB2)
------------------------------------------------------------------------
r20516 | Trax | 2007-06-11 17:45:34 +0200 (Mon, 11 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/misc/svg.c
* modules/misc/svg.c: Backport [20353], Fix memleak
------------------------------------------------------------------------
r20515 | Trax | 2007-06-11 17:38:59 +0200 (Mon, 11 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/avi/libavi.c
* modules/demux/avi/linavi.c: Backport [19904], Patch to fix ticket #1162 by npl at chello.at
------------------------------------------------------------------------
r20513 | damienf | 2007-06-11 16:23:41 +0200 (Mon, 11 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/NEWS
NEWS: more Direct3D news
------------------------------------------------------------------------
r20512 | damienf | 2007-06-11 14:53:18 +0200 (Mon, 11 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/live555.cpp
live555: backport [19973]
------------------------------------------------------------------------
r20511 | damienf | 2007-06-11 14:48:31 +0200 (Mon, 11 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/libmpeg2.c
libmpeg2: backport [20298]
------------------------------------------------------------------------
r20510 | damienf | 2007-06-11 14:45:39 +0200 (Mon, 11 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/ffmpeg/video.c
ffmpeg: backport [20343]
------------------------------------------------------------------------
r20509 | damienf | 2007-06-11 14:28:43 +0200 (Mon, 11 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_output/directx/direct3d.c
M /branches/0.8.6-bugfix/modules/video_output/directx/events.c
directx: backport [20153], and stay on top fix in [20028]
------------------------------------------------------------------------
r20508 | sigmunau | 2007-06-11 14:03:55 +0200 (Mon, 11 Jun 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/THANKS
M /branches/0.8.6-bugfix/configure.ac
M /branches/0.8.6-bugfix/modules/access/Modules.am
D /branches/0.8.6-bugfix/modules/access/pvr
A /branches/0.8.6-bugfix/modules/access/pvr.c (from /branches/0.8.6-bugfix/modules/access/pvr/pvr.c:20477)
backported half of [16084] and [19842] and [20507]. Gives support for the new v4l2
encoder api.
------------------------------------------------------------------------
r20506 | damienf | 2007-06-11 13:37:38 +0200 (Mon, 11 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/wxwidgets/input_manager.cpp
wxwidgets: backport [20017]
------------------------------------------------------------------------
r20505 | damienf | 2007-06-11 13:21:05 +0200 (Mon, 11 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_chroma/i420_rgb16.c
M /branches/0.8.6-bugfix/modules/video_chroma/i420_yuy2.c
M /branches/0.8.6-bugfix/modules/video_chroma/i422_yuy2.c
MMX chromas: removed MMX registers from clobbered list as it causes errors on some version of GCC not properly configured for MMX (Gentoo ?)
------------------------------------------------------------------------
r20501 | pdherbemont | 2007-06-10 22:10:40 +0200 (Sun, 10 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/control/core.c
Backport [20379]. control/core.c: Don't leak the p_instance.
------------------------------------------------------------------------
r20496 | dionoea | 2007-06-10 17:32:56 +0200 (Sun, 10 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/ffmpeg/demux.c
Backport [20188]. "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)."
------------------------------------------------------------------------
r20495 | courmisch | 2007-06-10 17:27:51 +0200 (Sun, 10 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/misc/strings.c
Backport [19981]: handle NULL in decode_URI and unescape_URI
------------------------------------------------------------------------
r20494 | dionoea | 2007-06-10 15:16:34 +0200 (Sun, 10 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/NEWS
Start adding some NEWS.
------------------------------------------------------------------------
r20493 | dionoea | 2007-06-10 15:10:29 +0200 (Sun, 10 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_filter/rss.c
Backport rss bugfix for missing 0 char at the end of the string [20038].
------------------------------------------------------------------------
r20491 | fkuehne | 2007-06-09 18:50:22 +0200 (Sat, 09 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/packages.mak
* libcddb is broken on sf's switch server. let's use heanet instead.
------------------------------------------------------------------------
r20490 | pdherbemont | 2007-06-09 17:36:51 +0200 (Sat, 09 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/macosx/intf.h
M /branches/0.8.6-bugfix/modules/gui/macosx/intf.m
M /branches/0.8.6-bugfix/modules/gui/macosx/voutgl.m
M /branches/0.8.6-bugfix/src/interface/interface.c
Mac OS X gui: Hopefuly fix the fullscreen change crash by back porting the NSView main thread creation fix.
------------------------------------------------------------------------
r20484 | fkuehne | 2007-06-08 17:11:44 +0200 (Fri, 08 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
M /branches/0.8.6-bugfix/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
M /branches/0.8.6-bugfix/extras/MacOSX/plugin/Info.plist
M /branches/0.8.6-bugfix/extras/MacOSX/vlc.pbproj/project.pbxproj
* updated to *c
------------------------------------------------------------------------
r20480 | fkuehne | 2007-06-08 16:22:20 +0200 (Fri, 08 Jun 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/Makefile
A /branches/0.8.6-bugfix/extras/contrib/src/Patches/live-config.patch
A /branches/0.8.6-bugfix/extras/contrib/src/Patches/live-noapps.patch
M /branches/0.8.6-bugfix/extras/contrib/src/Patches/live-osx.patch
A /branches/0.8.6-bugfix/extras/contrib/src/Patches/live-starttime.patch
M /branches/0.8.6-bugfix/extras/contrib/src/Patches/live.patch
* update live building, removed support for compilation on OSX < 10.4 and included the current patches
------------------------------------------------------------------------
r20474 | damienf | 2007-06-08 01:44:35 +0200 (Fri, 08 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_output/directx/direct3d.c
M /branches/0.8.6-bugfix/modules/video_output/directx/events.c
- direct3d: backport [20420],[20412],[19993]
------------------------------------------------------------------------
r20471 | damienf | 2007-06-08 00:57:09 +0200 (Fri, 08 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_chroma/i420_rgb16.c
M /branches/0.8.6-bugfix/modules/video_chroma/i420_yuy2.c
M /branches/0.8.6-bugfix/modules/video_chroma/i422_yuy2.c
video_chroma: re-enable FPU registers after using MMX instructions
------------------------------------------------------------------------
r20469 | xtophe | 2007-06-08 00:32:10 +0200 (Fri, 08 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/doc/vlc.1
Backport [19419], [20466] and partially [20468]
------------------------------------------------------------------------
r20458 | courmisch | 2007-06-07 20:50:00 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/bootstrap
Quick hack to support automake 1.10
------------------------------------------------------------------------
r20457 | courmisch | 2007-06-07 20:47:35 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/bindings/java/src
svn:ignore
------------------------------------------------------------------------
r20455 | courmisch | 2007-06-07 19:34:50 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/access/cdda.c
M /branches/0.8.6-bugfix/modules/services_discovery/sap.c
Backport [20454] and [20448]
------------------------------------------------------------------------
r20453 | courmisch | 2007-06-07 19:32:36 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/theora.c
Backport [20452]
------------------------------------------------------------------------
r20449 | courmisch | 2007-06-07 19:31:10 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/vorbis.c
Fix format string usage. Problem reported by David Thiel.
------------------------------------------------------------------------
r20447 | courmisch | 2007-06-07 18:58:32 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/THANKS
M /branches/0.8.6-bugfix/src/audio_output/dec.c
Sanitize audio format
------------------------------------------------------------------------
r20445 | courmisch | 2007-06-07 18:57:15 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/audio_output/input.c
Partial backport of [20441]: unitialized variable
------------------------------------------------------------------------
r20444 | courmisch | 2007-06-07 18:55:46 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/audio_output/dec.c
Backport [20439]: deadlock
------------------------------------------------------------------------
r20443 | courmisch | 2007-06-07 18:55:08 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/include/vlc_es.h
Use unsigned. Retain layout and byte size due to ABI freeze.
------------------------------------------------------------------------
r20435 | courmisch | 2007-06-07 18:09:09 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/wav.c
Backport [20434]
------------------------------------------------------------------------
r20433 | courmisch | 2007-06-07 17:33:23 +0200 (Thu, 07 Jun 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/NEWS
M /branches/0.8.6-bugfix/configure.ac
Open 0.8.6c for business
------------------------------------------------------------------------
r20192 | courmisch | 2007-05-19 11:42:41 +0200 (Sat, 19 May 2007) | 2 lines
Changed paths:
A /branches/0.8.6-bugfix (from /branches/0.8.6-bugfix:19864)
Not every bug have been fixed right? so why REMOVE the bugfix BRANCH ?
------------------------------------------------------------------------
r19864 | damienf | 2007-04-18 18:30:27 +0200 (Wed, 18 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/activex/axvlc.tlb
M /branches/0.8.6-bugfix/activex/axvlc_idl.c
M /branches/0.8.6-bugfix/activex/axvlc_idl.h
- activex: use Microsoft MIDL compiler to compile IDL for backward compatibility
------------------------------------------------------------------------
r19862 | fkuehne | 2007-04-17 23:47:22 +0200 (Tue, 17 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/ChangeLog
* updated the changelog
------------------------------------------------------------------------
r19861 | fkuehne | 2007-04-17 23:43:59 +0200 (Tue, 17 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
M /branches/0.8.6-bugfix/configure.ac
M /branches/0.8.6-bugfix/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
M /branches/0.8.6-bugfix/extras/MacOSX/plugin/Info.plist
M /branches/0.8.6-bugfix/extras/MacOSX/plugin/InstallerInfo.plist
M /branches/0.8.6-bugfix/extras/MacOSX/vlc.pbproj/project.pbxproj
* prepare for release :)
------------------------------------------------------------------------
r19810 | md | 2007-04-15 11:52:35 +0200 (Sun, 15 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/access/udp.c
Fix error in backport of [18891] - Closes #1171
------------------------------------------------------------------------
r19808 | courmisch | 2007-04-15 10:52:35 +0200 (Sun, 15 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/control/rc.c
Backport [19806] and [19807]: remove rc-fake-tty and rc-unix from Win32
------------------------------------------------------------------------
r19803 | courmisch | 2007-04-15 08:46:21 +0200 (Sun, 15 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/misc/gnutls.c
Backport [19802]: double CRT deinit
------------------------------------------------------------------------
r19783 | Trax | 2007-04-14 14:50:35 +0200 (Sat, 14 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
NEWS: some very important grammar fixes...
------------------------------------------------------------------------
r19778 | Trax | 2007-04-12 22:39:18 +0200 (Thu, 12 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
NEWS: add note about fixed behaviour for shoutcast/icecast output.
------------------------------------------------------------------------
r19777 | Trax | 2007-04-12 21:15:48 +0200 (Thu, 12 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/access_output/shout.c
* modules/access_output/shout.c: Make ICY the default protocol and set protocol rollover from shoutcast to icecast. This fixes some libshout Socket error messages. Refs #1003. Partly backported from [19745].
------------------------------------------------------------------------
r19775 | courmisch | 2007-04-12 19:30:41 +0200 (Thu, 12 Apr 2007) | 8 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/services_discovery/sap.c
- Reject SAP announces for layered streams since VLC does not support them
- Add brackets whenever there is a colon to avoid potentially harmful
playlist injection through SAP.
Unfortunately, the SAP receiver has been heavily refactored in 0.9.0/trunk.
This series of commits tries to address of the bugs that were already fixed
without backporting the all refactored code. Needs testing (ECP people?).
------------------------------------------------------------------------
r19774 | fkuehne | 2007-04-12 19:18:31 +0200 (Thu, 12 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/configure.ac
M /branches/0.8.6-bugfix/extras/MacOSX/plugin/English.lproj/InfoPlist.strings
M /branches/0.8.6-bugfix/extras/MacOSX/plugin/Info.plist
M /branches/0.8.6-bugfix/extras/MacOSX/plugin/InstallerInfo.plist
M /branches/0.8.6-bugfix/extras/MacOSX/vlc.pbproj/project.pbxproj
* prepare for test1 and also update the plugin info (it's 2007.. ;)
------------------------------------------------------------------------
r19773 | courmisch | 2007-04-12 19:03:00 +0200 (Thu, 12 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/services_discovery/sap.c
Fix previous commit: Only add brackets if actually needed,
i.e. do not add them around DNS hostnames
------------------------------------------------------------------------
r19772 | courmisch | 2007-04-12 19:00:34 +0200 (Thu, 12 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/services_discovery/sap.c
Relax c= parsing so that it does not reject valid IPv6 announces
------------------------------------------------------------------------
r19771 | jb | 2007-04-12 18:55:51 +0200 (Thu, 12 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/NEWS
Update News
------------------------------------------------------------------------
r19769 | jb | 2007-04-12 18:14:33 +0200 (Thu, 12 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/access/dvb/en50221.c
Backport of [18946]
------------------------------------------------------------------------
r19765 | jpsaman | 2007-04-12 11:41:58 +0200 (Thu, 12 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/extras/libc.c
Backport of rev [19271]
------------------------------------------------------------------------
r19761 | damienf | 2007-04-11 23:27:39 +0200 (Wed, 11 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_output/directx/direct3d.c
M /branches/0.8.6-bugfix/modules/video_output/directx/vout.h
- direct3d: backported texture to quad video rendering code from trunk, that seems a better option for Vista
------------------------------------------------------------------------
r19759 | damienf | 2007-04-11 00:40:50 +0200 (Wed, 11 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_output/directx/direct3d.c
- direct3d: try Vista workaround documented in VirtualDub blog
------------------------------------------------------------------------
r19758 | damienf | 2007-04-10 23:43:29 +0200 (Tue, 10 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_output/directx/direct3d.c
- direct3d: more possible Vista fixes, needs testing
------------------------------------------------------------------------
r19751 | fkuehne | 2007-04-09 20:33:45 +0200 (Mon, 09 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/libvlc.h
* default enable interface interactions. feel free to give reasons to disable it again on non-mac platforms
------------------------------------------------------------------------
r19750 | courmisch | 2007-04-09 17:15:59 +0200 (Mon, 09 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/stream_out/rtp.c
Backport [19749]: b= SDP ordering fix
------------------------------------------------------------------------
r19748 | courmisch | 2007-04-09 17:10:40 +0200 (Mon, 09 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/stream_out/rtp.c
Backport [19747]: IPv6 SDP TTL removal
------------------------------------------------------------------------
r19729 | damienf | 2007-04-07 01:09:20 +0200 (Sat, 07 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_output/directx/direct3d.c
M /branches/0.8.6-bugfix/modules/video_output/directx/directx.c
M /branches/0.8.6-bugfix/modules/video_output/directx/vout.h
- directx vout: misc bug fixes
------------------------------------------------------------------------
r19721 | massiot | 2007-04-06 20:12:06 +0200 (Fri, 06 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/NEWS
* NEWS : Added teletext decoder.
------------------------------------------------------------------------
r19719 | massiot | 2007-04-06 20:03:48 +0200 (Fri, 06 Apr 2007) | 5 lines
Changed paths:
M /branches/0.8.6-bugfix/AUTHORS
M /branches/0.8.6-bugfix/configure.ac
M /branches/0.8.6-bugfix/include/vlc_es_out.h
M /branches/0.8.6-bugfix/modules/codec/Modules.am
A /branches/0.8.6-bugfix/modules/codec/telx.c (from /trunk/modules/codec/telx.c:18605)
M /branches/0.8.6-bugfix/modules/demux/ts.c
M /branches/0.8.6-bugfix/modules/mux/mpeg/ts.c
M /branches/0.8.6-bugfix/src/input/es_out.c
* Backport basic teletext decoder, and teletext and dvbsub-related fixes
in the TS demux and mux. Includes changesets :
[18605] [18606] [18607] [18609] [18610] [18613] [18615] [18620] [18630]
[18633] [19717]
------------------------------------------------------------------------
r19716 | jb | 2007-04-06 18:23:23 +0200 (Fri, 06 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/NEWS
Update the NEWS a bit too.
------------------------------------------------------------------------
r19715 | fkuehne | 2007-04-06 18:02:54 +0200 (Fri, 06 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
* updated the news a bit
------------------------------------------------------------------------
r19712 | fkuehne | 2007-04-06 16:51:26 +0200 (Fri, 06 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/Makefile
* libdca: use revision 35 instead of the latest possible, since that one is broken and since we want to mostly use 0.8.6a's contribs for 0.8.6b
------------------------------------------------------------------------
r19667 | fkuehne | 2007-04-04 22:24:46 +0200 (Wed, 04 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/macosx/vout.m
* make sure that the fspanel is being actived in all possible vout-goes-fullscreen ways (closes #1132)
------------------------------------------------------------------------
r19664 | courmisch | 2007-04-04 16:29:10 +0200 (Wed, 04 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/skins2/x11/x11_window.cpp
Revert fix-revert
------------------------------------------------------------------------
r19663 | lool | 2007-04-04 16:21:33 +0200 (Wed, 04 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/skins2/src/theme_loader.cpp
* Merge r19662 from trunk:
* Fix missing include causing a build failure with GCC 4.3; patch by
Martin Michlmayr; Debian #417750.
------------------------------------------------------------------------
r19657 | jb | 2007-04-03 23:23:26 +0200 (Tue, 03 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/ffmpeg/ffmpeg.c
M /branches/0.8.6-bugfix/modules/demux/nsv.c
Backport [18408]
------------------------------------------------------------------------
r19652 | jpsaman | 2007-04-03 13:27:47 +0200 (Tue, 03 Apr 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/activex/vlccontrol2.cpp
Backport of rev [19651]
------------------------------------------------------------------------
r19648 | pdherbemont | 2007-04-03 00:47:28 +0200 (Tue, 03 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/macosx/vout.m
* backport [19647]
Mac OS X gui: Fix a crash when asking for fullscreen state when no p_real_vout is defined.
------------------------------------------------------------------------
r19645 | dionoea | 2007-04-03 00:01:01 +0200 (Tue, 03 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/playlist/item-ext.c
Fix 0.8.6 only bug reported by fireblade on the forums ( http://forum.videolan.org/viewtopic.php?p=106488 ).
------------------------------------------------------------------------
r19628 | jb | 2007-04-01 20:06:10 +0200 (Sun, 01 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/po/POTFILES.in
M /branches/0.8.6-bugfix/po/vlc.pot
Try to repair distclean
------------------------------------------------------------------------
r19613 | jb | 2007-04-01 14:11:21 +0200 (Sun, 01 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/Makefile
gnutls disable C++ lib
------------------------------------------------------------------------
r19612 | jb | 2007-04-01 14:09:19 +0200 (Sun, 01 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/packages.mak
Change libIDL location on videolan.org:
------------------------------------------------------------------------
r19610 | hartman | 2007-04-01 03:37:01 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/dvbsub.c
* backport [19150]
fixes dvbsub positioning
------------------------------------------------------------------------
r19609 | hartman | 2007-04-01 03:32:48 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/include/vlc_es.h
* backport [19099]
Fixed es_format_Clean (when called multiple times with the same es_format).
------------------------------------------------------------------------
r19608 | hartman | 2007-04-01 03:31:55 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/flac.c
* backport [19098]
Fixed a memleak per packetizer module_Need in flac.c
------------------------------------------------------------------------
r19607 | hartman | 2007-04-01 03:28:22 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/rawvideo.c
* backport [19066]
Do not use visible_pitch when walking trough the lines
------------------------------------------------------------------------
r19606 | hartman | 2007-04-01 03:24:53 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/mkv.cpp
* backport [19064]
matroska crash. don't use block, in case when it can be ( block || simpleblock)
------------------------------------------------------------------------
r19605 | hartman | 2007-04-01 03:23:18 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/mp4/libmp4.c
M /branches/0.8.6-bugfix/modules/stream_out/rtp.c
* backport [19060]
Fixed wrong type used in mp4 parsing
------------------------------------------------------------------------
r19603 | hartman | 2007-04-01 03:19:51 +0200 (Sun, 01 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/packetizer/h264.c
M /branches/0.8.6-bugfix/modules/stream_out/rtp.c
* backport [19045] [19046]
H264 packetization fixes
------------------------------------------------------------------------
r19602 | hartman | 2007-04-01 03:10:23 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/control/telnet.c
* backport [19017]
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.
------------------------------------------------------------------------
r19601 | hartman | 2007-04-01 03:08:43 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/faad.c
* backport [19014]
Fixed segfault when faad reports an unknown channel configuration
(Fixed lol-vlc.aac segfault, http://sam.zoy.org/zzuf/)
------------------------------------------------------------------------
r19600 | hartman | 2007-04-01 03:06:18 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/src/input/decoder.c
* backport [19002]
Copy complete es format descriptor when extra data is added.
------------------------------------------------------------------------
r19599 | hartman | 2007-04-01 03:03:06 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/packetizer/mpeg4audio.c
* backport [18994]
Fixed uninitialized value for ADTS stream.
------------------------------------------------------------------------
r19598 | hartman | 2007-04-01 02:59:25 +0200 (Sun, 01 Apr 2007) | 5 lines
Changed paths:
M /branches/0.8.6-bugfix/src/video_output/vout_subpictures.c
* backport [18958]
Fixed subtitle/osd memory leaks (subpicture_region_t->psz_text was not freed).
------------------------------------------------------------------------
r19596 | hartman | 2007-04-01 02:53:38 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/access/dvb/linux_dvb.c
* backport [18942]
Fixed memory leak at each new PMT if we don't have CAM.
------------------------------------------------------------------------
r19595 | hartman | 2007-04-01 02:52:46 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/ts.c
* backport [18941]
don't malloc(0)
------------------------------------------------------------------------
r19594 | hartman | 2007-04-01 02:48:20 +0200 (Sun, 01 Apr 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/video_output/vout_intf.c
* this is a "bugfix release" define because this was centralized in 0.9.0
------------------------------------------------------------------------
r19593 | hartman | 2007-04-01 02:37:00 +0200 (Sun, 01 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/access/udp.c
* backport [18891]
Fix use of uninitialized memory with raw UDP
------------------------------------------------------------------------
r19592 | hartman | 2007-04-01 02:31:04 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/THANKS
M /branches/0.8.6-bugfix/modules/access_output/http.c
M /branches/0.8.6-bugfix/modules/access_output/udp.c
* backport [18854]
HTTP and UDP access outputs return byte count
------------------------------------------------------------------------
r19591 | hartman | 2007-04-01 02:28:24 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/stream_out/switcher.c
* backport [18847]
Fix out-of-bound read in switcher
------------------------------------------------------------------------
r19590 | hartman | 2007-04-01 02:24:31 +0200 (Sun, 01 Apr 2007) | 5 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/control/telnet.c
* backport [18843]
Close telnet connection in case of error (fixes #995)
------------------------------------------------------------------------
r19588 | hartman | 2007-04-01 02:17:01 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/THANKS
M /branches/0.8.6-bugfix/configure.ac
* backport [18778]
Configure patches in use by Gentoo on 0.8.6 tree already
------------------------------------------------------------------------
r19586 | hartman | 2007-04-01 02:11:10 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/ts.c
* backport [18736]
modules/demux/ts.c: Fixed erroneous warning messages (reported by Bill May).
------------------------------------------------------------------------
r19585 | hartman | 2007-04-01 02:09:11 +0200 (Sun, 01 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/src/video_output/vout_intf.c
* backport [18732]
Don't crash on messed up aspect ratios
------------------------------------------------------------------------
r19584 | hartman | 2007-04-01 02:03:53 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/src/video_output/vout_intf.c
* backport [18690]
Use DIR_SEP instead of "/"
------------------------------------------------------------------------
r19583 | jb | 2007-04-01 01:59:39 +0200 (Sun, 01 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/Makefile
M /branches/0.8.6-bugfix/extras/contrib/src/Patches/gnutls-win32.patch
M /branches/0.8.6-bugfix/extras/contrib/src/packages.mak
Backport GNutls update for security reasons.
------------------------------------------------------------------------
r19582 | hartman | 2007-04-01 01:56:53 +0200 (Sun, 01 Apr 2007) | 5 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_output/opengl.c
* backport [18632]
Patch to force alignment in OpenGL if it isn't correctlt positionned before, as panoramix does do it correctly. Patch By Cedric Cocquebert.
------------------------------------------------------------------------
r19581 | hartman | 2007-04-01 01:50:36 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/src/video_output/vout_subpictures.c
* backport [18601] [18602]
Don't allow negative offsets when blending subpictures
------------------------------------------------------------------------
r19580 | jb | 2007-04-01 01:43:52 +0200 (Sun, 01 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/packages.mak
Backport of [19534]
------------------------------------------------------------------------
r19579 | hartman | 2007-04-01 01:43:46 +0200 (Sun, 01 Apr 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/extras/MacOSX/Delete_Preferences.app/Contents/Info.plist
M /branches/0.8.6-bugfix/extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt
M /branches/0.8.6-bugfix/extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.rsrc
M /branches/0.8.6-bugfix/extras/MacOSX/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf
* backport [18568]
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.
------------------------------------------------------------------------
r19578 | hartman | 2007-04-01 01:38:35 +0200 (Sun, 01 Apr 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/live555.cpp
* backport [18561] [18562]
small isolated feature. Enables H264 playback in apple's special RTP style
------------------------------------------------------------------------
r19577 | hartman | 2007-04-01 01:25:52 +0200 (Sun, 01 Apr 2007) | 5 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/skins2/x11/x11_window.cpp
backport [18555]
Do not assume long integers are 32-bits.
Should fix fullscreen on amd64
------------------------------------------------------------------------
r19496 | jpsaman | 2007-03-27 14:39:54 +0200 (Tue, 27 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/activex/axvlc.tlb
M /branches/0.8.6-bugfix/activex/axvlc_idl.c
M /branches/0.8.6-bugfix/activex/axvlc_idl.h
Revert to previous ActiveX JS api
------------------------------------------------------------------------
r19495 | jpsaman | 2007-03-27 14:38:10 +0200 (Tue, 27 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/activex/axvlc.idl
M /branches/0.8.6-bugfix/activex/vlccontrol2.cpp
M /branches/0.8.6-bugfix/activex/vlccontrol2.h
M /branches/0.8.6-bugfix/include/vlc/libvlc.h
M /branches/0.8.6-bugfix/mozilla/control/npolibvlc.cpp
M /branches/0.8.6-bugfix/src/control/audio.c
M /branches/0.8.6-bugfix/src/control/video.c
Revert the ABI breakage introduced in rev [19469] [19471]
------------------------------------------------------------------------
r19493 | jpsaman | 2007-03-27 10:41:07 +0200 (Tue, 27 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/extras/getopt.c
M /branches/0.8.6-bugfix/src/misc/configuration.c
Backport of rev [19371]
------------------------------------------------------------------------
r19481 | damienf | 2007-03-26 00:38:56 +0200 (Mon, 26 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/mozilla/control/npolibvlc.cpp
M /branches/0.8.6-bugfix/mozilla/control/npolibvlc.h
M /branches/0.8.6-bugfix/mozilla/control/nporuntime.h
M /branches/0.8.6-bugfix/mozilla/vlcplugin.cpp
M /branches/0.8.6-bugfix/mozilla/vlcplugin.h
M /branches/0.8.6-bugfix/mozilla/vlcshell.cpp
- mozilla: nultiple bugfix backports from trunk
------------------------------------------------------------------------
r19480 | damienf | 2007-03-26 00:38:10 +0200 (Mon, 26 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/activex/main.cpp
M /branches/0.8.6-bugfix/activex/plugin.cpp
M /branches/0.8.6-bugfix/activex/plugin.h
M /branches/0.8.6-bugfix/activex/utils.cpp
M /branches/0.8.6-bugfix/activex/utils.h
M /branches/0.8.6-bugfix/activex/vlccontrol.cpp
M /branches/0.8.6-bugfix/activex/vlccontrol2.cpp
M /branches/0.8.6-bugfix/configure.ac
- activex: multiple bugfix backports from trunk
------------------------------------------------------------------------
r19479 | damienf | 2007-03-26 00:35:20 +0200 (Mon, 26 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/control/audio.c
M /branches/0.8.6-bugfix/src/control/core.c
M /branches/0.8.6-bugfix/src/control/log.c
M /branches/0.8.6-bugfix/src/control/video.c
- src/control: multiple bug fix backport from trunk
------------------------------------------------------------------------
r19477 | jpsaman | 2007-03-26 00:09:33 +0200 (Mon, 26 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/configure.ac
Detect firefox headerfiles and configuration.
------------------------------------------------------------------------
r19475 | fkuehne | 2007-03-25 22:54:35 +0200 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/macosx/voutgl.m
* revert previous commit for Intel-based Macs
------------------------------------------------------------------------
r19474 | fkuehne | 2007-03-25 22:34:26 +0200 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/macosx/voutgl.m
* revert OpenGL context locking, as this is 10.4-only
------------------------------------------------------------------------
r19473 | fkuehne | 2007-03-25 21:56:49 +0200 (Sun, 25 Mar 2007) | 1 line
Changed paths:
D /branches/0.8.6-bugfix/src/misc/darwin_specific.c
* that shouldn't be there
------------------------------------------------------------------------
r19472 | fkuehne | 2007-03-25 21:49:02 +0200 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/Makefile.am
A /branches/0.8.6-bugfix/src/misc/darwin_specific.m (from /branches/0.8.6-bugfix/src/misc/darwin_specific.c:19459)
* revert Pierre's fixes for 0.8.6b, as they aren't 10.3.9 compatible without further configure/makefile changes
------------------------------------------------------------------------
r19471 | jpsaman | 2007-03-25 21:36:27 +0200 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/include/vlc/libvlc.h
Don't forget the API definitions.
------------------------------------------------------------------------
r19469 | jpsaman | 2007-03-25 21:34:50 +0200 (Sun, 25 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/activex/axvlc.idl
M /branches/0.8.6-bugfix/activex/axvlc_idl.c
M /branches/0.8.6-bugfix/activex/axvlc_idl.h
M /branches/0.8.6-bugfix/activex/vlccontrol2.cpp
M /branches/0.8.6-bugfix/activex/vlccontrol2.h
M /branches/0.8.6-bugfix/mozilla/control/npolibvlc.cpp
M /branches/0.8.6-bugfix/mozilla/control/npolibvlc.h
M /branches/0.8.6-bugfix/src/control/audio.c
M /branches/0.8.6-bugfix/src/control/video.c
Backport of rev [18432] [19304] [19383] with audio.track audio.channel and video.subtitle support.
------------------------------------------------------------------------
r19464 | fkuehne | 2007-03-25 19:50:04 +0200 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/Makefile
* fixed ffmpeg's configure options and set the approbiate svn revisions for x264 (604) and libmatroska/libebml (1254)
------------------------------------------------------------------------
r19461 | fkuehne | 2007-03-25 18:55:02 +0200 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/Makefile
hmm, 0.8.6a used 7407 instead of 7400...
------------------------------------------------------------------------
r19460 | fkuehne | 2007-03-25 18:21:53 +0200 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/Makefile
* limit ffmpeg to revision 7400 to match 0.8.6a and prevent potential compatiblity issue. needs a bit of further testing
------------------------------------------------------------------------
r19459 | fkuehne | 2007-03-25 18:15:33 +0200 (Sun, 25 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
M /branches/0.8.6-bugfix/configure.ac
M /branches/0.8.6-bugfix/extras/MacOSX/vlc.pbproj/project.pbxproj
* updated for the potential 0.8.6b
------------------------------------------------------------------------
r19395 | massiot | 2007-03-23 00:13:24 +0100 (Fri, 23 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/mux/mpeg/ts.c
Backport [18833].
------------------------------------------------------------------------
r19386 | jpsaman | 2007-03-22 15:44:14 +0100 (Thu, 22 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/control/playlist.c
Backport of rev [19385]
------------------------------------------------------------------------
r19384 | jpsaman | 2007-03-22 14:50:34 +0100 (Thu, 22 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/control/input.c
Backport of rev [19383]
------------------------------------------------------------------------
r19347 | sam | 2007-03-17 22:21:26 +0100 (Sat, 17 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/video_output/x11/xcommon.c
* modules/video_output/x11/xcommon.c: fix XShm detection on remote X.
------------------------------------------------------------------------
r19337 | xtophe | 2007-03-14 22:54:16 +0100 (Wed, 14 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/Makefile
backport [19336]. make install dir configurable
------------------------------------------------------------------------
r19306 | sam | 2007-03-12 16:31:42 +0100 (Mon, 12 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/audio_filter/format.c
* modules/audio_filter/format.c: fix audio conversion crashes and bugs.
------------------------------------------------------------------------
r19298 | courmisch | 2007-03-11 16:54:09 +0100 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/skins2/x11/x11_window.cpp
M /branches/0.8.6-bugfix/modules/video_output/x11/xcommon.h
Backport [19297]: Another attempt to fix X11 fullscreen on amd64
------------------------------------------------------------------------
r19257 | hartman | 2007-03-09 21:48:26 +0100 (Fri, 09 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/macosx/voutgl.m
* backport opengl context locking bugfix from [19427]
------------------------------------------------------------------------
r19248 | md | 2007-03-08 15:41:12 +0100 (Thu, 08 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/vlc.c
backport [18818]
------------------------------------------------------------------------
r19246 | hartman | 2007-03-08 02:10:24 +0100 (Thu, 08 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/Makefile
* Fix ffmpeg building on bugfix tree
------------------------------------------------------------------------
r19224 | courmisch | 2007-03-06 21:17:40 +0100 (Tue, 06 Mar 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/src/misc/win32_specific.c
M /branches/0.8.6-bugfix/src/vlc.c
Backport [18807] (partial) Win32 Unicode fixes of fixes
Closes #1031
It's probably unrealistic to fix this completely within the 0.8.6 branch
------------------------------------------------------------------------
r19215 | jpsaman | 2007-03-06 10:11:26 +0100 (Tue, 06 Mar 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/control/core.c
Backport rev [19192].
------------------------------------------------------------------------
r19180 | jpsaman | 2007-03-04 14:41:26 +0100 (Sun, 04 Mar 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/control/input.c
Backport from rev [19109]
------------------------------------------------------------------------
r19055 | courmisch | 2007-02-27 21:46:38 +0100 (Tue, 27 Feb 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/stream_out/rtp.c
Typo
------------------------------------------------------------------------
r19051 | courmisch | 2007-02-27 21:22:19 +0100 (Tue, 27 Feb 2007) | 3 lines
Changed paths:
M /branches/0.8.6-bugfix/src/stream_output/sap.c
- Add missing Carriage Return
- Do not send TTL with IN IP6
------------------------------------------------------------------------
r19050 | courmisch | 2007-02-27 21:19:39 +0100 (Tue, 27 Feb 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/stream_out/rtp.c
Backport [19049]: no TTL for IN IP6
------------------------------------------------------------------------
r18985 | fkuehne | 2007-02-24 19:19:31 +0100 (Sat, 24 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/MacOSX/vlc.pbproj/project.pbxproj
* added flv to the list of supported file types
------------------------------------------------------------------------
r18980 | fkuehne | 2007-02-23 21:18:37 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
M /branches/0.8.6-bugfix/po/POTFILES.in
M /branches/0.8.6-bugfix/po/af.po
M /branches/0.8.6-bugfix/po/ar.po
M /branches/0.8.6-bugfix/po/ca.po
M /branches/0.8.6-bugfix/po/co.po
M /branches/0.8.6-bugfix/po/cs.po
M /branches/0.8.6-bugfix/po/da.po
M /branches/0.8.6-bugfix/po/de.po
M /branches/0.8.6-bugfix/po/en_GB.po
M /branches/0.8.6-bugfix/po/es.po
M /branches/0.8.6-bugfix/po/eu.po
M /branches/0.8.6-bugfix/po/fr.po
M /branches/0.8.6-bugfix/po/fur.po
M /branches/0.8.6-bugfix/po/gl.po
M /branches/0.8.6-bugfix/po/he.po
M /branches/0.8.6-bugfix/po/hi.po
M /branches/0.8.6-bugfix/po/hu.po
M /branches/0.8.6-bugfix/po/it.po
M /branches/0.8.6-bugfix/po/ja.po
M /branches/0.8.6-bugfix/po/ka.po
M /branches/0.8.6-bugfix/po/ko.po
M /branches/0.8.6-bugfix/po/lt.po
M /branches/0.8.6-bugfix/po/lv.po
M /branches/0.8.6-bugfix/po/ms.po
M /branches/0.8.6-bugfix/po/nb.po
M /branches/0.8.6-bugfix/po/ne.po
M /branches/0.8.6-bugfix/po/nl.po
M /branches/0.8.6-bugfix/po/nn.po
M /branches/0.8.6-bugfix/po/oc.po
M /branches/0.8.6-bugfix/po/pa.po
M /branches/0.8.6-bugfix/po/pt_BR.po
M /branches/0.8.6-bugfix/po/ro.po
M /branches/0.8.6-bugfix/po/ru.po
M /branches/0.8.6-bugfix/po/sk.po
M /branches/0.8.6-bugfix/po/sl.po
M /branches/0.8.6-bugfix/po/sq.po
M /branches/0.8.6-bugfix/po/sv.po
M /branches/0.8.6-bugfix/po/th.po
M /branches/0.8.6-bugfix/po/tr.po
M /branches/0.8.6-bugfix/po/vlc.pot
M /branches/0.8.6-bugfix/po/zh_CN.po
M /branches/0.8.6-bugfix/po/zh_TW.po
* updated po-files
------------------------------------------------------------------------
r18978 | fkuehne | 2007-02-23 21:07:18 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
M /branches/0.8.6-bugfix/modules/gui/macosx/wizard.m
* fixed 2 minor, but nasty typos and converted wizard.nib back to its binary format
------------------------------------------------------------------------
r18977 | fkuehne | 2007-02-23 20:50:01 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
M /branches/0.8.6-bugfix/modules/gui/macosx/wizard.h
M /branches/0.8.6-bugfix/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. Additionally, the wizard's nib got converted to the diff-able xml-like format. refs #1005
------------------------------------------------------------------------
r18976 | fkuehne | 2007-02-23 19:57:14 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
M /branches/0.8.6-bugfix/modules/gui/macosx/vout.m
* back-port a fix, which allows sleeping or showing the screensaver when a video is paused [18565] and originally solved #963
------------------------------------------------------------------------
r18975 | fkuehne | 2007-02-23 19:50:55 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
M /branches/0.8.6-bugfix/extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt
* back-port the improved delete-prefs script [18568], which solved #911
------------------------------------------------------------------------
r18973 | fkuehne | 2007-02-23 19:08:54 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/MacOSX/vlc.pbproj/project.pbxproj
* added embeddedwindow.* to the xcode project
------------------------------------------------------------------------
r18971 | fkuehne | 2007-02-23 18:17:38 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/macosx/intf.m
* removed duplicated, buggy code without changing the user's GUI experience (fixes #744)
------------------------------------------------------------------------
r18969 | fkuehne | 2007-02-23 17:29:41 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/Makefile.am
A /branches/0.8.6-bugfix/src/misc/darwin_specific.c (from /branches/0.8.6-bugfix/src/misc/darwin_specific.m:18968)
D /branches/0.8.6-bugfix/src/misc/darwin_specific.m
* rename the file accordingly to the changed C style (Obj-C to plain C)
------------------------------------------------------------------------
r18968 | fkuehne | 2007-02-23 17:28:27 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/src/misc/darwin_specific.m
* back-port Pierre d'Herbemont's locale detection code cleanup
------------------------------------------------------------------------
r18963 | fkuehne | 2007-02-23 14:32:54 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/NEWS
* update NEWS
------------------------------------------------------------------------
r18962 | fkuehne | 2007-02-23 14:28:06 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/macosx/misc.m
* back-port Pierre d'Herbemont's patch to prioritize Cocoa menu short-cuts against VLC's native hotkeys [18766]
------------------------------------------------------------------------
r18961 | fkuehne | 2007-02-23 14:22:13 +0100 (Fri, 23 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
M /branches/0.8.6-bugfix/modules/gui/macosx/controls.m
M /branches/0.8.6-bugfix/modules/gui/macosx/embeddedwindow.h
M /branches/0.8.6-bugfix/modules/gui/macosx/embeddedwindow.m
M /branches/0.8.6-bugfix/modules/gui/macosx/vout.h
M /branches/0.8.6-bugfix/modules/gui/macosx/vout.m
* back-port Pierre d'Herbemont's patch to animate vout-window resizing [18882]. the nib file was manually adapted by myself as the patch failed. I hope that I got everything. It works right now :)
------------------------------------------------------------------------
r18917 | courmisch | 2007-02-20 20:10:18 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/stream_output/sap.c
COmpile fix
------------------------------------------------------------------------
r18916 | courmisch | 2007-02-20 20:02:32 +0100 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/stream_output/sap.c
x-plgroup should really be a session-level attribute
------------------------------------------------------------------------
r18898 | fkuehne | 2007-02-20 08:26:43 +0100 (Tue, 20 Feb 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/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
------------------------------------------------------------------------
r18787 | courmisch | 2007-02-11 11:39:09 +0100 (Sun, 11 Feb 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/stream_output/sap.c
Woops. Misread the spec.
------------------------------------------------------------------------
r18775 | courmisch | 2007-02-10 21:34:15 +0100 (Sat, 10 Feb 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/stream_out/gather.c
Backport [18773]: double free in gather stream output
------------------------------------------------------------------------
r18741 | courmisch | 2007-02-09 20:52:52 +0100 (Fri, 09 Feb 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/stream_output/sap.c
SDP conformance fix
------------------------------------------------------------------------
r18694 | xtophe | 2007-02-04 20:24:17 +0100 (Sun, 04 Feb 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/configure.ac
Compile twolame plugin with -DLIBTWOLAME_STATIC on win32
------------------------------------------------------------------------
r18624 | fkuehne | 2007-01-21 20:23:38 +0100 (Sun, 21 Jan 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/extras/MacOSX/vlc.pbproj/project.pbxproj
* publish gvp support to launch-services (this was enabled in /trunk a long time ago, but forgotten to be back-ported to 0.8.6)
------------------------------------------------------------------------
r18622 | fkuehne | 2007-01-21 20:15:43 +0100 (Sun, 21 Jan 2007) | 1 line
Changed paths:
M /branches/0.8.6-bugfix/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
------------------------------------------------------------------------
r18621 | courmisch | 2007-01-21 10:48:28 +0100 (Sun, 21 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/NEWS
Update News
------------------------------------------------------------------------
r18619 | fkuehne | 2007-01-20 13:17:58 +0100 (Sat, 20 Jan 2007) | 4 lines
Changed paths:
M /branches/0.8.6-bugfix/extras/contrib/src/Makefile
A /branches/0.8.6-bugfix/extras/contrib/src/Patches/twolame-osx.patch
M /branches/0.8.6-bugfix/extras/contrib/src/packages.mak
* back-ported xtophes and my libtwolame fixes/updates
- this allows native compilation on future darwin and current win32 releases
- more recent library version (0.3.9 instead of 0.3.8)
- [18618], [18552], [18530], [18525], [18524] (partially)
------------------------------------------------------------------------
r18617 | courmisch | 2007-01-19 20:51:20 +0100 (Fri, 19 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/include/vlc_block.h
Backport [18616]
------------------------------------------------------------------------
r18614 | xtophe | 2007-01-19 17:57:37 +0100 (Fri, 19 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/po/it.po
Update Italian l10n courtesy of Vincenzo Reale
------------------------------------------------------------------------
r18611 | xtophe | 2007-01-18 15:15:22 +0100 (Thu, 18 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/NEWS
Update NEWS to please make dist
------------------------------------------------------------------------
r18599 | md | 2007-01-16 10:53:28 +0100 (Tue, 16 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/misc/mtime.c
Make branch compile
------------------------------------------------------------------------
r18598 | xtophe | 2007-01-16 10:11:53 +0100 (Tue, 16 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/configure.ac
M /branches/0.8.6-bugfix/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
M /branches/0.8.6-bugfix/extras/MacOSX/vlc.pbproj/project.pbxproj
Change version string
------------------------------------------------------------------------
r18597 | md | 2007-01-16 09:17:34 +0100 (Tue, 16 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/po/af.po
M /branches/0.8.6-bugfix/po/ar.po
M /branches/0.8.6-bugfix/po/bn.po
M /branches/0.8.6-bugfix/po/ca.po
M /branches/0.8.6-bugfix/po/co.po
M /branches/0.8.6-bugfix/po/cs.po
M /branches/0.8.6-bugfix/po/da.po
M /branches/0.8.6-bugfix/po/el.po
M /branches/0.8.6-bugfix/po/eu.po
M /branches/0.8.6-bugfix/po/fur.po
M /branches/0.8.6-bugfix/po/gl.po
M /branches/0.8.6-bugfix/po/he.po
M /branches/0.8.6-bugfix/po/hi.po
M /branches/0.8.6-bugfix/po/hu.po
M /branches/0.8.6-bugfix/po/it.po
M /branches/0.8.6-bugfix/po/ka.po
M /branches/0.8.6-bugfix/po/ko.po
M /branches/0.8.6-bugfix/po/lt.po
M /branches/0.8.6-bugfix/po/lv.po
M /branches/0.8.6-bugfix/po/ms.po
M /branches/0.8.6-bugfix/po/my.po
M /branches/0.8.6-bugfix/po/nb.po
M /branches/0.8.6-bugfix/po/ne.po
M /branches/0.8.6-bugfix/po/nn.po
M /branches/0.8.6-bugfix/po/oc.po
M /branches/0.8.6-bugfix/po/pa.po
M /branches/0.8.6-bugfix/po/ps.po
M /branches/0.8.6-bugfix/po/ro.po
M /branches/0.8.6-bugfix/po/sk.po
M /branches/0.8.6-bugfix/po/sl.po
M /branches/0.8.6-bugfix/po/sq.po
M /branches/0.8.6-bugfix/po/tet.po
M /branches/0.8.6-bugfix/po/th.po
M /branches/0.8.6-bugfix/po/tl.po
M /branches/0.8.6-bugfix/po/zh_CN.po
M /branches/0.8.6-bugfix/po/zh_TW.po
Fix #969 for branch
------------------------------------------------------------------------
r18591 | courmisch | 2007-01-14 21:45:12 +0100 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/ffmpeg/encoder.c
Backport [18589]
------------------------------------------------------------------------
r18588 | courmisch | 2007-01-14 21:33:16 +0100 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/asf/asf.c
M /branches/0.8.6-bugfix/modules/demux/asf/libasf.c
M /branches/0.8.6-bugfix/modules/demux/avi/libavi.c
Backport [18573:18578] various leaks and crashes
------------------------------------------------------------------------
r18587 | courmisch | 2007-01-14 21:30:57 +0100 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/asf/libasf.c
Backport [18556] denial of service fix
------------------------------------------------------------------------
r18586 | courmisch | 2007-01-14 21:30:15 +0100 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/gui/skins2/x11/x11_window.cpp
Backport [18555] skins2 fullscreen fix
------------------------------------------------------------------------
r18585 | courmisch | 2007-01-14 21:26:41 +0100 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/ffmpeg/encoder.c
Backport previous stuff correctly
------------------------------------------------------------------------
r18584 | courmisch | 2007-01-14 21:24:29 +0100 (Sun, 14 Jan 2007) | 5 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/codec/ffmpeg/encoder.c
Backport [18549] and extend it.
I am very suspicious about the original commit to trunk by the way
(Why is signed int wrong in one place and right in the others?
Could be, but really looks unlikely to me)
------------------------------------------------------------------------
r18583 | courmisch | 2007-01-14 21:17:28 +0100 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/src/misc/mtime.c
Backport [18545] RTC fix
------------------------------------------------------------------------
r18582 | courmisch | 2007-01-14 21:15:51 +0100 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/demux/avi/libavi.c
Backport [15827] OpenML fix
------------------------------------------------------------------------
r18581 | courmisch | 2007-01-14 21:05:24 +0100 (Sun, 14 Jan 2007) | 2 lines
Changed paths:
M /branches/0.8.6-bugfix/modules/access/directory.c
Backport deadlock fix from [18502]
------------------------------------------------------------------------
r18580 | courmisch | 2007-01-14 20:54:22 +0100 (Sun, 14 Jan 2007) | 4 lines
Changed paths:
A /branches/0.8.6-bugfix (from /tags/0.8.6b:18579)
D /tags/0.8.6b
Fix location in previous commit.
Please retain the branch alive at least until 0.9.0 is out (if ever);
you can still tag release individually
------------------------------------------------------------------------
r18579 | courmisch | 2007-01-14 20:52:22 +0100 (Sun, 14 Jan 2007) | 4 lines
Changed paths:
A /tags/0.8.6b (from /tags/0.8.6a:18578)
Branch out yet-another bugfix release.
Hopefully, we won't run short of letters
(but we still have 0.8.7a-0.8.9z too, which means 100+ possible releases)
------------------------------------------------------------------------
r18494 | fkuehne | 2007-01-03 23:06:34 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
M /tags/0.8.6a/modules/gui/macosx/macosx.m
* stupid =GWEOLn%%= -- patch and diff are sooo lovely tools
------------------------------------------------------------------------
r18493 | fkuehne | 2007-01-03 19:36:31 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
M /tags/0.8.6a/modules/gui/macosx/macosx.m
* fixed compilation issue introduced by improper auto-patching
------------------------------------------------------------------------
r18492 | fkuehne | 2007-01-03 19:27:44 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
D /branches/0.8.6a
A /tags/0.8.6a (from /branches/0.8.6a:18491)
* tag 0.8.6a
------------------------------------------------------------------------
r18491 | fkuehne | 2007-01-03 19:23:24 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
M /branches/0.8.6a/NEWS
* update news
------------------------------------------------------------------------
r18490 | fkuehne | 2007-01-03 19:18:24 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
M /branches/0.8.6a/configure.ac
M /branches/0.8.6a/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
M /branches/0.8.6a/extras/MacOSX/vlc.pbproj/project.pbxproj
* update the copyright dates
------------------------------------------------------------------------
r18489 | fkuehne | 2007-01-03 19:16:42 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
M /branches/0.8.6a/mozilla/install.js
* update the hard-coded version correctly
------------------------------------------------------------------------
r18488 | jb | 2007-01-03 18:49:32 +0100 (Wed, 03 Jan 2007) | 3 lines
Changed paths:
M /branches/0.8.6a/modules/access/cdda/access.c
M /branches/0.8.6a/modules/access/vcdx/access.c
Application of the patch for CDDA and VCDX in 0.8.6a.
------------------------------------------------------------------------
r18487 | fkuehne | 2007-01-03 18:37:12 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
M /branches/0.8.6a/modules/gui/macosx/fspanel.h
M /branches/0.8.6a/modules/gui/macosx/fspanel.m
M /branches/0.8.6a/modules/gui/macosx/macosx.m
M /branches/0.8.6a/modules/gui/macosx/vout.m
* port fullscreen controller fixes, thus [18458], [18417], [18409], [18384]
------------------------------------------------------------------------
r18486 | fkuehne | 2007-01-03 18:25:40 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
M /branches/0.8.6a/configure.ac
M /branches/0.8.6a/extras/MacOSX/Resources/English.lproj/InfoPlist.strings
M /branches/0.8.6a/extras/MacOSX/vlc.pbproj/project.pbxproj
M /branches/0.8.6a/mozilla/install.js
* update version to 0.8.6a
------------------------------------------------------------------------
r18485 | fkuehne | 2007-01-03 18:18:24 +0100 (Wed, 03 Jan 2007) | 1 line
Changed paths:
A /branches/0.8.6a (from /tags/0.8.6:18484)
* branch out for 0.8.6a
------------------------------------------------------------------------
......@@ -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" \
> "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment