- 18 Aug, 2014 2 commits
-
-
Guillaume BIENKOWSKI authored
Add a location specifier for the equalizer. Defaults on output graph, but can be placed on input graph by specifying the "eq_loc" variable of the stream.
-
Ghislain MARY authored
-
- 13 Aug, 2014 1 commit
-
-
François Grisez authored
MKVRecorder: Fix timestamp discontinuity when buffers'timestamp exceed the max encodable value (2^32-1)
-
- 12 Aug, 2014 1 commit
-
-
Simon Morlat authored
The issue in 4.4 is because we are not managing AudioRecord and AudioTrack object through strong pointers (android::sp). As a result we don't own any reference to the object we are creating, and for some reason on 4.4 they are deleted before us (in stop() methods actually). The c++ module is still disabled for the moment until two things are done: - use RefBase::incStrong() and RefBase::decStrong() on the real object to make sure this will not happen anymore - since this module is at risk, make it load only for versions we've checked manually (currently 2.3->4.4). Otherwise opensles + java should be used.
-
- 11 Aug, 2014 4 commits
-
-
Simon Morlat authored
request pulseaudio a not too high max buffer length for playback, in order to avoid unnecessary latency.
-
Simon Morlat authored
fix old bug in flow controller, resulting in all samples being dropped for an entire flow control duration.
-
François Grisez authored
-
Simon Morlat authored
opensles should be used at preferred sample rate, which workaround latency problems.
-
- 08 Aug, 2014 1 commit
-
-
Ghislain MARY authored
-
- 06 Aug, 2014 1 commit
-
-
François Grisez authored
-
- 08 Aug, 2014 1 commit
-
-
Ghislain MARY authored
-
- 07 Aug, 2014 2 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 06 Aug, 2014 3 commits
-
-
François Grisez authored
-
Ghislain MARY authored
-
Simon Morlat authored
refine the condition to get the "git describe" at compile time, to avoid taking a git reference that is not from a mediastreamer2 repostitory.
-
- 05 Aug, 2014 4 commits
-
-
Sylvain Berfini authored
-
François Grisez authored
-
François Grisez authored
-
Sylvain Berfini authored
-
- 04 Aug, 2014 4 commits
-
-
François Grisez authored
-
François Grisez authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 03 Aug, 2014 3 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 01 Aug, 2014 1 commit
-
-
François Grisez authored
-
- 31 Jul, 2014 2 commits
-
-
François Grisez authored
-
François Grisez authored
-
- 30 Jul, 2014 1 commit
-
-
jehan authored
Change behavior of Android select nearest resolution to select only resolution above or equal requested. Then, selected resoltion is cropped is needed. This is specialy useful for H263 with camera without CIF support.
-
- 29 Jul, 2014 2 commits
-
-
François Grisez authored
Fix memory leaks and use pa_usec_to_bytes() method to calculate the fragsize and the target buffer of pulseaudio
-
Sylvain Berfini authored
-
- 23 Jul, 2014 2 commits
-
-
Guillaume BIENKOWSKI authored
-
Ghislain MARY authored
-
- 22 Jul, 2014 4 commits
-
-
Guillaume BIENKOWSKI authored
-
Ghislain MARY authored
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 21 Jul, 2014 1 commit
-
-
jehan authored
-