Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-09avformat/http: add reconnect_delay_max optionMichael Niedermayer
2015-09-07avformat/http: exponentially delay reconnection to avoid flooding the serverMichael Niedermayer
2015-09-07avformat/http: Add reconnect_at_eof and reconnect_streamed optionsMichael Niedermayer
2015-09-06avformat/http: print error that causes reconnectionMichael Niedermayer
2015-09-06avformat/http: require seekability only when seeking to position != 0Michael Niedermayer
2015-09-03lavf/http: Remove superfluous parenthesis.Stephan Holljes
2015-09-03lavf/http: Fix incorrectly placed parenthesis.Stephan Holljes
2015-08-25lavf/http: Fix parsing http request data to not read over '\0'.Stephan Holljes
2015-08-01lavf/http: Implement server side network code.Stephan Holljes
2015-07-30Merge commit '5ae178539b91d25710b7bb322d156c31aea9f8bf'Michael Niedermayer
2015-07-30http: Add the trailing endlines if they are missingLuca Barbato
2015-06-10lavf/http: Correctly terminate session with HTTP POST client.Stephan Holljes
2015-06-06lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLA...Stephan Holljes
2015-06-06lavf/http: Indent else-clause.Stephan Holljes
2015-06-06lavf/http: Properly process HTTP header on listen.Stephan Holljes
2015-06-06lavf/http: Rudimentary error handling for HTTP requests received from clients.Stephan Holljes
2015-06-06lavf/http: Process HTTP header before sending response.Stephan Holljes
2015-06-06lavf/http: Document method option.Stephan Holljes
2015-05-10avformat/http: Mark lower_proto as const in http_listen()Michael Niedermayer
2015-05-02lavf/http: support HTTPS when listeningRodger Combs
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19avformat/http: Fix 2 typosMichael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-19avformat/http: Return an error in case of prematurely ending dataMichael Niedermayer
2015-04-13lavf/http: handle case where the server returns a redirect during a seekRodger Combs
2015-04-12libavformat/http.c: Make http-listen work as an input stream.Stephan Holljes
2015-04-06libavformat/http.c: Fix missing parenthesis in http_listen()Stephan Holljes
2015-04-05lavf/http: add proof-of-concept http server.Stephan Holljes
2015-03-31avformat/http: Fix null check on allocated valueHimangi Saraogi
2015-03-18avformat/http: replace cookies with updated values instead of appending foreverMicah Galizia
2015-03-13avformat/http: support auto reconnectZhang Rui
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-12-20avformat/http: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-11-15avformat/http: simplify chained_options copyingMichael Niedermayer
2014-11-15Fix the timeout option not working when connecting to a HTTP url that require...Brandon Lees
2014-10-23avformat/http: pass return code from http_open_cnx_internal() on its failureAndrey Utkin
2014-10-20avformat/http: Use ff_http_averror()Andrey Utkin
2014-10-20avformat/http: Introduce ff_http_averror()Andrey Utkin
2014-08-17lavf/http: remove special case for cookies attributes.Nicolas George
2014-08-17lavf/http: fix cookie parsing.Nicolas George
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15Merge commit '7ccb847f0f1f28199fa254847b91b6e50fb92832'Michael Niedermayer
2014-08-15http: Reduce scope of a variable in parse_content_encoding()Diego Biurrun
2014-08-14Merge commit '4e629ef80e62a54636cb46033998177dd08cf3ad'Michael Niedermayer
2014-08-14Merge commit '7e38903b5c86a759549e70647ae42bb22d353b14'Michael Niedermayer
2014-08-14Merge commit '7601f9412a2d3387617a45966b65b452a632c27a'Michael Niedermayer
2014-08-13http: Fix authentication, broken since 6a463e7fbMartin Storsjö
2014-08-13Merge commit '8bf3bf69ad7333bf0c45f4d2797fc2c61bc8922f'Michael Niedermayer