- 11 Aug, 2015 12 commits
-
-
David Fuhrmann authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
This should make it clearer what a l10n string and a IBOutlet is.
-
David Fuhrmann authored
Also fixes behaviour for eq profile list
-
David Fuhrmann authored
The former delegate approach had some drawbacks as one class could be only delegate for one panel. This commit replaces it with a completion handler block which moves the result handling code closer to the actual creation of the dialog. Also fixes crash for eq panels.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 10 Aug, 2015 2 commits
-
-
Rafaël Carré authored
-
Ilkka Ollakka authored
Libav/ffmpeg seems to store littlebit different values in framerate, so there is #if to check that. Not sure if it's good idea at all to do that like this.
-
- 09 Aug, 2015 5 commits
-
-
David Fuhrmann authored
Splits PopupPanel and TextfieldPanel into two xib files and creates NSWindowController subclasses for each panel. Each user of the panel gets its own window controller instance. This is needed as the same kind of window can be shown multiple times simultaneously (e.g. both in video and audio effects). This also did not work with the previous implementation of the 2.2 branch and fixes broken behaviour.
-
David Fuhrmann authored
-
Ilkka Ollakka authored
if codec has list of supported framerates, select highest one unless user has provided one. If we end up using CLOCK_FREQ in time_base, it should be quite ok in most cases. Tested with ts/mp4/webm and mp2v/mp4v/VP80. For some cases it can select higher fps in mpeg-codecs (60fps) in case of input fps isn't yet known in that point or is fubared. Also add special case for MP4V as it doesn't like CLOCK_FREQ in time_base/frame_rates.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Otherwise bitrate control is quite fobar. Fixes #11538 Pointed out by Sesse
-
- 08 Aug, 2015 5 commits
-
-
Rémi Denis-Courmont authored
This should not adversely affect LibVLC: more errors cases will lead to error code returns instead of abnormal termination. It is not strictly semantically correct though (update to Win7 or above if you care).
-
Rémi Denis-Courmont authored
MMDevice is not available on older Windows versions anyway. Failing to load the plugin there is fine. It is even arguably better: it prevents impossible choices showing in the preferences.
-
Rémi Denis-Courmont authored
video/mpeg is underspecified, could be ES, PS or TS. video/MP1S, video/MP2P and video/MP2T are more specific/better specified (but should only be used internally or in SDPs).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 07 Aug, 2015 2 commits
-
-
Rémi Denis-Courmont authored
Where the search paths list is not changed, using AC_PATH_PROG(S) has no useful effects and makes manual override more difficult. (Compare to Qt code using different search paths.)
-
Rémi Denis-Courmont authored
-
- 06 Aug, 2015 14 commits
-
-
Francois Cartegnie authored
Otherwise, it demuxes at max speed without allowing user to change program
-
Francois Cartegnie authored
Some streams send clear padded data (probably due to insufficient remaining data for encryption) We'll only test on payload start then.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
Since we can swap formats, some doesn't provide any or same values
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-