- 11 Feb, 2014 10 commits
-
-
Denis Charmet authored
-
David Fuhrmann authored
This removes VLCThreeImageDropView and thus duplicated D&D code.
-
Ludovic Fauvet authored
The extensions registration is now split in two: - All supported extensions are registered during install - Only the selected extensions are effectively associated with VLC This allows the user to modify file association (even for extensions not selected during installation) from the VLC preferences.
-
Rémi Denis-Courmont authored
-
Felix Abecassis authored
See x11.c for rationale. Close #9273 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
The level is ignored for now since some encoders are not computing the level and instead set it to the maximum possible value. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Rafaël Carré authored
Use the same name than PacketizeParse
-
- 10 Feb, 2014 25 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
... no comment...
-
Julien 'Lta' BALLET authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Julien 'Lta' BALLET authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Petri Hintukainen authored
Fixes HDMV menus with still image background and BD-J menus without background video. Remove incorrect end of title log message. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Required for BluRay text subtitle support. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Events can be returned even if read returns <= 0. Single bd_read_ext() call can trigger multiple events. All events should be handled before next bd_read_ext() call, events are tied to current read position. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Francois Cartegnie authored
kill warnings if unused
-
Francois Cartegnie authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
David Fuhrmann authored
-
Jean-Paul Saman authored
Solve 'lost synchro' warnings when using a file input. The warning was triggered by the functions GetFirstPCR(), CheckPCR() and GetLastPCR(). They searched for a TS packet which contains a PCR but did not take the TS packet size boundarys into account. By rounding to the nearest p_sys->i_packet_size this warning was resolved.
-
- 09 Feb, 2014 5 commits
-
-
Jean-Baptiste Kempf authored
And when it was successfully added Close #8395
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Delegates can't request updates themselves. Repaint needs to be triggered at model or view level.
-