summaryrefslogtreecommitdiffstats
path: root/server/mjpeg_encoder.h
Commit message (Expand)AuthorAgeFilesLines
* server: Hide the MJPEG encoder internals from red_worker.cFrancois Gouget2015-10-301-19/+7
* server: Move the MJPEG encoder functions to mjpeg_encoder.cFrancois Gouget2015-10-301-4/+2
* server: Remove the rate_control_is_active field from MJpegEncoder.Francois Gouget2015-06-291-1/+1
* mjpeg_encoder: add mjpeg_encoder_get_statsYonit Halperin2013-06-241-0/+7
* server/red_worker.c: use the bit rate of old streams as a start point for new...Yonit Halperin2013-04-221-0/+2
* mjpeg_encoder: move the control over frame drops to mjpeg_encoderYonit Halperin2013-04-221-7/+14
* mjpeg_encoder: update the client with estimations for the required playback l...Yonit Halperin2013-04-221-0/+1
* mjpeg_encoder: modify stream bit rate based on server side pipe congestionYonit Halperin2013-04-221-0/+10
* mjpeg_encoder: adjust the stream bit rate based on periodic client feedbackYonit Halperin2013-04-221-2/+22
* mjpeg_encoder: configure mjpeg quality and frame rate according to a given bi...Yonit Halperin2013-04-221-1/+25
* server/mjpeg_encoder: Fix memory leak for the inital output buffer given for ...Yonit Halperin2012-05-101-0/+5
* server/red_worker.c/video: add support for frames of different sizesYonit Halperin2012-05-031-1/+2
* mjpeg_encoder: remove unused functionsChristophe Fergeau2011-07-221-4/+0
* mjpeg_encoder: add mjpeg_encoder_get_bytes_per_pixelChristophe Fergeau2011-07-221-0/+1
* mjpeg_encoder: add mjpeg_encoder_encode_scanlineChristophe Fergeau2011-07-221-0/+5
* mjpeg_encoder: rework output buffer allocationChristophe Fergeau2011-07-221-1/+1
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
* Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson2010-04-081-0/+35