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
2018-08-31tcp: Use ff_connect_parallel for RFC 8305 style connectingMartin Storsjö
2018-08-31network: Add RFC 8305 style "Happy Eyeballs"/"Fast Fallback" helper functionMartin Storsjö
2018-08-17tls_openssl: Fix checks for SSL_ERROR_WANT_WRITE in nonblocking operationMartin Storsjö
2018-08-14network: Check for EINTR in ff_poll_interruptMartin Storsjö
2018-08-14network: Use ff_neterrno instead of AVERROR(errno) for poll errorsSimon Thelen
2018-08-14http: pass return code from http_open_cnx_internal() on its failureAndrey Utkin
2018-07-13libsrt: Pass the correct pointer for the passphraseSven Dueking
2018-06-04avformat/libsrt: add latency options and deprecate tspbdelaySven Dueking
2018-06-03avformat/libsrt: add payload size optionSven Dueking
2018-04-26tls_mbedtls: Use non-deprecated header fileDiego Biurrun
2018-04-25libavformat: add mbedTLS based TLSThomas Volkert
2018-04-20build: Group external library protocols separatelyDiego Biurrun
2018-03-28Add Haivision SRT protocolSven Dueking
2018-03-12ivf: Support VP9 and AV1 as wellLuca Barbato
2018-03-06hls: Add a discontinuity marker on recoverLuca Barbato
2018-02-23hvcc: zero initialize the nal buffers past the last written byteJames Almer
2018-02-06Drop some unnecessary config.h #includesDiego Biurrun
2018-01-24rtmp: Plug leak if sending bytes read report fails.Josh Allmann
2017-11-30rtsp: only break on parse_rtsp_message on errorTristan Matthews
2017-11-07matroskadec: allow RealAudio/Cook/Sipro streams of flavor 0Sean McGovern
2017-11-04matroskadec: don't warn about unknown spherical medata when none is presentJames Almer
2017-10-27dashenc: copy stream frame rate to output streamPeter Große
2017-10-27dashenc: fix bitrate estimation with correct scalingAnton Schubert
2017-09-26http: Reset compressed header flag when starting to read a requestJacek Jendrzej
2017-09-24smacker: fix integer overflow with pts_incMichael Niedermayer
2017-09-24smacker: return meaningful error codes on failureSean McGovern
2017-09-14avio: update avio_alloc_context() doxyJames Almer
2017-09-04flvdec: Check the avio_seek return value after reading a metadata packetMartin Storsjö
2017-08-31Remove support for building for mingw32ce (Windows CE)Martin Storsjö
2017-08-30lavf: make avio_read_partial() publicwm4
2017-08-06hevc: Improve stream constraint values in common headerMark Thompson
2017-08-01mov: move stsd finalization to an appropriate placeSean McGovern
2017-08-01mov: Do not set stsd_count if mov_read_stsd() failsSean McGovern
2017-07-30mov: log and return early on non-positive stsd entry countsSean McGovern
2017-07-26rmdec: add missing brackets to compound statementSean McGovern
2017-07-22lavf: allow avformat_close_input() with NULLwm4
2017-07-22caf: add an Opus tagAnton Khirnov
2017-07-17rmdec: don't ignore the return value of av_get_packet()Sean McGovern
2017-07-10build: Add feature test macros for glibc 2.19+Diego Biurrun
2017-07-05os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILYMartin Storsjö
2017-07-02lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö
2017-06-20tls_gnutls: Readd support for nonblocking operationMartin Storsjö
2017-06-20tls_openssl: Readd support for nonblocking operationMartin Storsjö
2017-06-20movenc: allow alternative hvc1 h.265 codec tagJohn Stebbins
2017-06-20movenc: write correct format hvcc when tag is hvc1John Stebbins
2017-06-20movenc: move tags definitions to where they are usedJohn Stebbins
2017-06-20movenc: simplify codec_tag lookupJohn Stebbins
2017-06-20movenc: use correct tag list for AVOutputFormat.codec_tagJohn Stebbins
2017-06-02tls: Hide backend implementation details from usersDiego Biurrun
2017-06-01os_support: Remove the dynamic loading of getaddrinfo from the fallback getad...Martin Storsjö