- 05 Jun, 2014 3 commits
-
-
Ghislain MARY authored
-
Simon Morlat authored
-
Ghislain MARY authored
-
- 04 Jun, 2014 7 commits
-
-
Gautier Pelloux-Prayer authored
add on_action_suggested callback for qos analyser which receive input and output (decision) of the algorithm
-
Ghislain MARY authored
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Gautier Pelloux-Prayer authored
-
- 03 Jun, 2014 11 commits
-
-
Ghislain MARY authored
-
François Grisez authored
-
François Grisez authored
-
Ghislain MARY authored
-
Sylvain Berfini authored
-
Pierre-Eric Pelloux-Prayer authored
Prefer native over compressed over emulated as long as FPS for requested resolution is >= 15 images/sec.
-
Pierre-Eric Pelloux-Prayer authored
-
Pierre-Eric Pelloux-Prayer authored
But use avcodec_alloc_frame()/avcodec_free_frame() See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699722 for reference.
-
Pierre-Eric Pelloux-Prayer authored
If a device is capable of YUYV non-emulated format and YUV420P emulated (cpu color conversion), then pick the non emulated one. In the worst case (encoder with no YUYV support), pixconv will be used to convert YUYV -> YUV420P. In the best case (encoder supports YUYV input), we skip a costly color-conversion step.
-
Pierre-Eric Pelloux-Prayer authored
Allow these filter to specify if they support non-YUV420P format (e.g: YUYV). If true, feed them with this format instead of using pixconv.
-
Pierre-Eric Pelloux-Prayer authored
-
- 02 Jun, 2014 4 commits
-
-
Ghislain MARY authored
If some incomplete VP8 frame is left after an iteration of vp8rtpfmt_unpacker_process, keep them for next iteration.
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 29 May, 2014 3 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
-
Simon Morlat authored
disconnect callbacks from rtp session when AudioStream is destroyed, otherwise they remain in the rtp session, which is kept for further updates of the session (reINVITE)
-
- 27 May, 2014 2 commits
-
-
Ghislain MARY authored
Force VP8 keyframe on encoder preprocess only when AVPF is enabled + initialize video starter only on first encoder preprocess.
-
Ghislain MARY authored
-
- 26 May, 2014 5 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
This mechanism is now handled in oRTP by using the RTCP send algorithm defined in the RFC 3550.
-
- 23 May, 2014 3 commits
-
-
Ghislain MARY authored
-
jehan authored
-
Simon Morlat authored
-
- 22 May, 2014 1 commit
-
-
Simon Morlat authored
-
- 21 May, 2014 1 commit
-
-
Simon Morlat authored
-