- 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 27 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
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Red over blue was against usability rules
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Closed captions are in the same SEI user sections as H264 according to the spec.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
No functional changes.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
- 05 Aug, 2015 1 commit
-
-
Francois Cartegnie authored
-