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
2020-02-28avformat/ivfenc: Don't use size_t for size of fileAndreas Rheinhardt
2020-02-27libavformat/avienc: Check bits per sample for PAL8Michael Niedermayer
2020-02-27avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p...Michael Niedermayer
2020-02-26avformat/dashenc: use a quieter log lever when informing prft was automatical...James Almer
2020-02-25avformat/mvdec: Check stream numbersMichael Niedermayer
2020-02-25avformat/mux: CosmeticsAndreas Rheinhardt
2020-02-25avformat/segafilmenc: Add deinit functionAndreas Rheinhardt
2020-02-25avformat/segafilmenc: Combine several checksAndreas Rheinhardt
2020-02-25avcodec/utvideodec: add support for UQY0Paul B Mahol
2020-02-24avformat/libsrt: make avformat connect timeout 0 by defaultMarton Balint
2020-02-24avformat/libsrt: use listen_timeout for listeningMarton Balint
2020-02-24avformat/libsrt: send non-blocking mode on both the listen and the connect so...Marton Balint
2020-02-24avformat/libsrt: small fixes in libsrt_neterrno()Marton Balint
2020-02-24avformat/libsrt: poll for error conditions as wellMarton Balint
2020-02-24avformat/libsrt: fix checking connection result in non-blocking modeMarton Balint
2020-02-24avformat/libsrt: fix name of timeout optionMarton Balint
2020-02-24avformat/libsrt: fix timeout unit confusion between milisec and microsecMarton Balint
2020-02-23avformat/dashenc: always attempt to enable prft in ldash modeJames Almer
2020-02-23avformat/dashenc: write a capture time Producer Reference Time element when n...James Almer
2020-02-23avformat/dashenc: write the styp box when the first frame of a segment is readyJames Almer
2020-02-22avformat/utils: Don't trigger errors for multiple id3 tags.Dale Curtis
2020-02-22avformat/segafilmenc: Remove redundant checksAndreas Rheinhardt
2020-02-21avformat: add demuxer for Rayman 2's APM formatZane van Iperen
2020-02-21avformat/spdifenc: fix TrueHD streams over 48kHzAnssi Hannula
2020-02-20avformat/spdifenc: fix handling of large TrueHD framesAnssi Hannula
2020-02-20avformat/spdifenc: make hd_buf an arrayAnssi Hannula
2020-02-20avformat/vivo: set packet durationPaul B Mahol
2020-02-20avformat/vivo: improve probing of some filesPaul B Mahol
2020-02-20avcodec: add siren audio decoderPaul B Mahol
2020-02-20avformat/wtvdec: Forward errors when reading packetAndreas Rheinhardt
2020-02-17avformat/dashenc: warn if Producer Reference Time element option is missing w...James Almer
2020-02-17avformat/dashenc: disable Resync elements when using DVB-DASH profileJames Almer
2020-02-16avformat/dashenc: always set coding_dependency to 1 if a parser isn't usedJames Almer
2020-02-16avformat/dashenc: include an availabilityTimeComplete element in all streamin...James Almer
2020-02-16avformat/dashenc: add Trick Mode support for AdaptationSetsJames Almer
2020-02-16avformat/dashenc: make AdaptationSet id an integer valueJames Almer
2020-02-16avformat/utils: Fix integer overflow with complex time bases in avformat_find...Michael Niedermayer
2020-02-16avformat/avidec: Avoid integer overflow in NI switch checkMichael Niedermayer
2020-02-16avformat/utils: avoid unsigned integer overflowsPaul B Mahol
2020-02-16avcodec: fix pcm zork decoderPaul B Mahol
2020-02-16avformat/segafilmenc: Remove AVClassAndreas Rheinhardt
2020-02-15avformat/ftp: slightly rework file retrieval with seekingMarton Balint
2020-02-15avformat/ftp: do not break protocol on username or password with newlinesMarton Balint
2020-02-15avformat/ftp: add support for escaped credentialsMarton Balint
2020-02-15avformat/httpauth: do not decode plus sign to space in credentialsMarton Balint
2020-02-15avformat/urldecode: add the ability to not decode plus sign to spaceMarton Balint
2020-02-15avformat/http: escape unsafe URL path in HTTP requestMarton Balint
2020-02-15avformat/http: use AVBPrint to construct HTTP requestMarton Balint
2020-02-15avformat/http: make sure URL path contains a slashMarton Balint
2020-02-15avformat/http: split the fragment part from the HTTP URL before the requestMarton Balint