- 03 Jun, 2014 5 commits
-
-
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
-
- 20 May, 2014 2 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 19 May, 2014 7 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
Generate VP8 keyframe when an invalid frame is reported and no reference frame has been acknowledged.
-
Ghislain MARY authored
-
Pierre-Eric Pelloux-Prayer authored
-
- 16 May, 2014 7 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
If a VP8 reference frame is not acknowledged, send a reference frame of the same time the following time one is sent.
-
Ghislain MARY authored
-
Ghislain MARY authored
When a VP8 frame is notified as invalid and is newer than the last reference frame, stop referencing the last frame.
-
Ghislain MARY authored
Reference VP8 last frame when encoding a new one unless the frame being encoded is a reference frame.
-
Ghislain MARY authored
-
Ghislain MARY authored
On VP8 decoding error (when sending PLI or SLI) wait for next reference frame before continuing decoding.
-