- Jul 19, 2012
-
-
François Cartegnie authored
-
François Cartegnie authored
(see previous commit)
-
François Cartegnie authored
-
François Cartegnie authored
(see prev commit)
-
François Cartegnie authored
methods. The model/view is broken as the internal PLItem elements are accessed from outside the model. We need to change calls to make use of Model Indexes, and then can move away some methods that belongs to views.
-
- Jul 18, 2012
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This linear gain works also for outputs with native volume or without volume. (Obviously though, it does not work for digital pass-through).
-
also modify MP4_BoxGetNextChunk() so that a initialization segment which has been put between two chunks is properly handled. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
SmooBox is a very simple MP4 box, VLC specific, used only for the Smooth Streaming module to send information to the demux. SmooBox is actually a simplified moov box (we wanted to avoid the hassle of building a moov box at the stream_filter level). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
This should solve a few problems on termination.
-
- Jul 17, 2012
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
UPDATE_AUTOCONFIG alone does the job
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- Jul 15, 2012
-
-
Felix Paul Kühne authored
macosx: CAS: enforce the chosen encapsulation format's file extension for the destination selection panel Note that the extension isn't magically switched yet when choosing a different encapsulation format after your output destination.
-
Felix Paul Kühne authored
Panel is fully functional now and needs testing.
-
- Jul 16, 2012
-
-
Jean-Baptiste Kempf authored
-
- Jul 15, 2012
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- Jul 14, 2012
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: CAS: fixed crash on quit and limit the OK button to be enabled only if both an input and an output is set
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Note that by default, we will compile for the HOST OS instead of OS X 10.6, which is the way it should be.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Those lists are supposed to contain language codes, not language names.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...rather than in the language's own spelling or in English.
-
- Jul 13, 2012
-
-
Felix Paul Kühne authored
-
- Jul 12, 2012
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was apparently put in place to work around the lack of language setting in BeOS. Then it was extended to Windows and MacOS since gettext failed to retrieve the user language configuration. BeOS is no longer supported and Windows support and MacOS support were fixed in gettext 0.18. Also calling setlocale() from a library can crash.
-
Rémi Denis-Courmont authored
This code might have had some effects on some other OS (BeOS?), but it should not be required on Windows. Also good-mannered and thread-safe libraries do not modify the environment.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-