- 08 Aug, 2015 2 commits
-
-
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 9 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In real use, there are few (typically only zero or one) listeners per event type. In this case, the linear search through the listener groups was actually slower than the linear search through the whole list of listeners: it required one iteration per event type, even for event types with no listeners. (Note: using a hash table over the event type would make a lot more sense as an optimization.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The distinction was rather vain, as the inner lock was almost never held without the outer lock. The only case was adding an event callback (but _not_ removing one). On the other hand, the distinction required extra heap manipulations and memory copying for each event.
-