Show patches with: Submitter = Stephan Holljes       |    Archived = No       |   112 patches
« 1 2 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel,01/10] ffserver.c: Replace av_malloc with av_mallocz_array - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,01/17] publisher.c: Redruce threads to 1 for now to avoid race conditions - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,01/22] ffserver.c: Replace av_malloc with av_mallocz_array - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,02/10] ffserver.c: Check pthread_create for thread creation failure - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,02/17] ffserver.c: Remove trailing whitespace - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,02/22] ffserver.c: Check pthread_create for thread creation failure - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,03/10] ffserver.c: Fix indentation (replace tabs by spaces) - - - - --- 2018-05-28 Stephan Holljes New
[FFmpeg-devel,03/17] lavfhttpd.c: Remove trailing whitespaces - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,03/22] ffserver.c: Fix indentation (replace tabs by spaces) and cosmetics - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,04/10] ffserver.c: Check allocations - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,04/17] configreader.c: Remove trailing whitespace - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,04/22] ffserver.c: Check allocations - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,05/10] publisher.c: Add allocation failure checks. - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,05/17] segment.c: Remove trailing whitespace - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,05/22] publisher.c: Add allocation failure checks. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,06/10] segment.c: Add allocation failure checks. - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,06/17] publisher.h: Remove trailing whitespace - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,06/22] segment.c: Add allocation failure checks. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,07/10] lavfhttpd.c: Add allocation failure check. - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,07/17] segment.c: Don't cast return value of av_malloc() - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,07/22] lavfhttpd.c: Add allocation failure check. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,08/10] ffserver.c: Simplify codec_type access in read_thread - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,08/17] segment.c: set *seg_p to NULL earlier so it is NULL for every error condition. - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,08/22] ffserver.c: Simplify codec_type access in read_thread - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,09/10] lavfhttpd.c: Free client context if allocated but an error occured - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,09/17] ffserver.c: simplify cleanup in run_server() - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,09/22] lavfhttpd.c: Free client context if allocated but an error occured - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,1/2] lavf/http.c: Free allocated client URLContext in case of error. - - - - --- 2018-01-12 Stephan Holljes Accepted
[FFmpeg-devel,1/2] lavf/http.c: Free allocated client URLContext in case of error. - - - - --- 2017-04-11 Stephan Holljes Superseded
[FFmpeg-devel,1/2] lavf/http.c: Free allocated client URLContext in case of error. - - - - --- 2017-04-11 Stephan Holljes Superseded
[FFmpeg-devel,1/2] lavf/http.c: Free allocated client URLContext in case of error. - - - - --- 2017-04-10 Stephan Holljes Superseded
[FFmpeg-devel,1/4] ffserver: Implement refcounted segments. - - - - --- 2018-04-17 Stephan Holljes Superseded
[FFmpeg-devel,1/4] ffserver: Implement refcounted segments. - - - - --- 2018-04-12 Stephan Holljes Superseded
[FFmpeg-devel,1/5] ffserver: Implement refcounted segments. - - - - --- 2018-05-13 Stephan Holljes New
[FFmpeg-devel,1/5] ffserver: Implement refcounted segments. - - - - --- 2018-05-10 Stephan Holljes Superseded
[FFmpeg-devel,1/7] fileserver.c/.h: Fix fileserver_schedule() - - - - --- 2018-08-01 Stephan Holljes New
[FFmpeg-devel,1/8] ffserver.c: Different timestamp scaling, still does not properly work with mp4 f… - - - - --- 2018-05-20 Stephan Holljes New
[FFmpeg-devel,1/8] ffserver.c: Fix timestamp handling, still creates new clusters for mp4 files, bu… - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,1/8] ffserver.c: Fix timestamp handling, still creates new clusters for mp4 files, bu… - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,10/10] ffserver.c: Fix invalid read if resource is empty string - - - - --- 2018-05-28 Stephan Holljes New
[FFmpeg-devel,10/17] configreader.c/.h/httpd.h: Add hls and dash, slightly change httpd interface, … - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,10/22] httpd.h: Make comments doxygen comments - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,11/17] lavfhttpd.c: Adapt to new interface (stub), fix includes - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,11/22] ffserver.c/segment.c: set *seg_p to NULL in case of allocation failure and che… - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,12/17] ffserver.c: Add hls and dash and adapt to new httpd interface (stub) - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,12/22] ffserver.c: Replace sizeof(struct ...) with sizeof(var) where useful. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,13/17] move FFServerInfo from publisher.h to httpd.h - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,13/22] lavfhttpd.c: simplify av_malloc() for client_http - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,14/17] Add fileserver and add it to Makefile - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,14/22] ffserver.c: Add some logging contexts. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,15/17] ffserver.c: Improved timestamp handling. - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,15/22] ffserver.c: Simplify error handling in server creation. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,16/17] ffserver.c: Make fileserving independent of publisher to support streams that … - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,16/22] lavfhttpd.c: Detect disconnected clients through amount of bytes written. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,17/17] Update Documentation.txt - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,17/22] ffserver.c: Don't cast return value of av_malloc() - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,18/22] segment.c: Don't cast return value of av_malloc() - - - - --- 2018-05-31 Stephan Holljes Superseded
[FFmpeg-devel,19/22] httpd.h: make comments doxygen - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,2/2] lavf/tcp.c: Free allocated client URLContext in case of error. - - - - --- 2018-01-12 Stephan Holljes Accepted
[FFmpeg-devel,2/2] lavf/tcp.c: Free allocated client URLContext in case of error. - - - - --- 2017-04-11 Stephan Holljes Superseded
[FFmpeg-devel,2/2] lavf/tcp.c: Free allocated client URLContext in case of error. - - - - --- 2017-04-11 Stephan Holljes Superseded
[FFmpeg-devel,2/2] lavf/tcp.c: Free allocated client URLContext in case of error. - - - - --- 2017-04-10 Stephan Holljes Superseded
[FFmpeg-devel,2/4] ffserver: Implement publisher - - - - --- 2018-04-17 Stephan Holljes Superseded
[FFmpeg-devel,2/4] ffserver: Implement publisher - - - - --- 2018-04-12 Stephan Holljes Superseded
[FFmpeg-devel,2/5] ffserver: Implement publisher - - - - --- 2018-05-13 Stephan Holljes New
[FFmpeg-devel,2/5] ffserver: Implement publisher - - - - --- 2018-05-10 Stephan Holljes Superseded
[FFmpeg-devel,2/7] ffserver.c: Disconnect client if file was requested, but no fileserver was start… - - - - --- 2018-08-01 Stephan Holljes New
[FFmpeg-devel,2/8] ffserver: Implement lua config file reader - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,2/8] ffserver: Implement lua config file reader - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,2/8] ffserver: Implement lua config file reader - - - - --- 2018-05-20 Stephan Holljes Superseded
[FFmpeg-devel,20/22] ffserver.c: make comment doxygen - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,21/22] lavfhttpd.c: Remove superfluous null-checks before av_free() - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,22/22] publisher.c: Remove unsupported logging context - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,3/4] ffserver: Implement ffserver and add Makefile - - - - --- 2018-04-17 Stephan Holljes Superseded
[FFmpeg-devel,3/4] ffserver: Implement ffserver and add Makefile - - - - --- 2018-04-12 Stephan Holljes Superseded
[FFmpeg-devel,3/5] ffserver: Implement http interface and implementation - - - - --- 2018-05-13 Stephan Holljes New
[FFmpeg-devel,3/5] ffserver: Implement http interface and implementation - - - - --- 2018-05-10 Stephan Holljes Superseded
[FFmpeg-devel,3/7] ffserver.c: better logging - - - - --- 2018-08-01 Stephan Holljes New
[FFmpeg-devel,3/8] ffserver.c: rename ReadInfo.in_filename to ReadInfo.in_uri - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,3/8] ffserver.c: rename ReadInfo.in_filename to ReadInfo.in_uri - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,3/8] ffserver.c: rename ReadInfo.in_filename to ReadInfo.in_uri - - - - --- 2018-05-20 Stephan Holljes Superseded
[FFmpeg-devel,4/4] ffserver: Add basic documentation - - - - --- 2018-04-17 Stephan Holljes New
[FFmpeg-devel,4/4] ffserver: Add basic documentation of the architecture - - - - --- 2018-04-12 Stephan Holljes Superseded
[FFmpeg-devel,4/5] ffserver: Implement ffserver and add Makefile - - - - --- 2018-05-13 Stephan Holljes New
[FFmpeg-devel,4/5] ffserver: Implement ffserver and add Makefile - - - - --- 2018-05-10 Stephan Holljes Superseded
[FFmpeg-devel,4/7] ffserver.c: replace server logging context with NULL, since libmicrohttpd's daem… - - - - --- 2018-08-01 Stephan Holljes New
[FFmpeg-devel,4/8] httpd.h: Adapt structs to config file - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,4/8] httpd.h: Adapt structs to config file - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,4/8] httpd.h: Adapt structs to config file - - - - --- 2018-05-20 Stephan Holljes Superseded
[FFmpeg-devel,5/5] ffserver: Add basic documentation of the architecture - - - - --- 2018-05-13 Stephan Holljes New
[FFmpeg-devel,5/5] ffserver: Add basic documentation of the architecture - - - - --- 2018-05-10 Stephan Holljes Superseded
[FFmpeg-devel,5/7] lmhttpd.c/ffserver.c/httpd.h/Makefile: Add libmicrohttpd httpd interface impleme… - - - - --- 2018-08-01 Stephan Holljes New
[FFmpeg-devel,5/8] publisher.h: Add stream_name to PublisherContext - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,5/8] publisher.h: Add stream_name to PublisherContext - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,5/8] publisher.h: Add stream_name to PublisherContext - - - - --- 2018-05-20 Stephan Holljes Superseded
[FFmpeg-devel,6/7] ffserver.c: Reduce buffer from 30 to 10 seconds - - - - --- 2018-08-01 Stephan Holljes New
[FFmpeg-devel,6/8] ffserver.c: Add config file reading - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,6/8] ffserver.c: Add config file reading - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,6/8] ffserver.c: Add config file reading - - - - --- 2018-05-20 Stephan Holljes Superseded
[FFmpeg-devel,7/7] Update Documentation - - - - --- 2018-08-01 Stephan Holljes New
« 1 2 »