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-07-01avformat/aviobuf: Also return truncated buffer in avio_get_dyn_buf()Andreas Rheinhardt
2020-07-01avformat/aviobuf: Don't check for overflow after it happenedAndreas Rheinhardt
2020-05-05avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.cAndreas Rheinhardt
2020-03-30avformat/aviobuf: Add function to reset dynamic bufferAndreas Rheinhardt
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-01-30avformat/aviobuf: Remove AVIOInternal and one level of indirectionAndreas Rheinhardt
2020-01-07avformat/aviobuf: Honor avio_open[2] documentationAndreas Rheinhardt
2019-11-28avformat/aviobuf: Avoid allocating buffer when using dynamic bufferAndreas Rheinhardt
2019-08-17avformat/avio: remove 4k limit from avio_printfMarton Balint
2019-08-17avformat/avio: add avio_print_string_array and avio_printMarton Balint
2019-08-15lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloctomajsjiang
2019-08-13lavf/aviobuf: make AVSEEK_SIZE usable from outside.Nicolas George
2019-07-21lavf/avio: remove ffio_open2_wrapper functionJun Zhao
2019-06-30avformat/aviobuf: Delay buffer downsizing until asserts are metMichael Niedermayer
2018-06-16lavf/aviobuf: Increase Statistics verbosity to AV_LOG_VERBOSE.Carl Eugen Hoyos
2018-04-12lavf/aviobuf: add ff_get_chomp_lineJun Zhao
2018-02-24avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overw...Marton Balint
2018-02-15avformat/aviobuf: zero initialize the AVIOContext in ffio_init_context()James Almer
2017-11-29libavformat/avio: Utility function to return URLContextJeyapal, Karthick
2017-10-29lavf/aviobuf: return EINVAL when reading from a write-only context.Nicolas George
2017-10-29lavf/avio: temporarily accept 0 as EOF.Nicolas George
2017-10-22avformat: Drop deprecated feof() AVIO fuctionJames Almer
2017-10-19libavformat: not treat 0 as EOFDaniel Kucera
2017-09-01lavf: make avio_read_partial() publicwm4
2017-09-01avio: add a destructor for AVIOContextAnton Khirnov
2017-08-23avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka
2017-06-24avformat/aviobuf: add support for specifying minimum packet size and marking ...Marton Balint
2017-06-24avformat/aviobuf: fix flushing write buffers after seeking backward or forwardMarton Balint
2017-05-19avformat/aviobuf: Only downscale the buffer once it has been usedMichael Niedermayer
2017-04-14Merge commit '3f75e5116b900f1428aa13041fc7d6301bf1988a'James Almer
2017-03-21Merge commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161'James Almer
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-02-14HTTP: improve performance by reducing forward seeksJoel Cunningham
2017-01-07libavformat/avio: Add avio_get_dyn_buf functionsoftworkz
2016-12-08avio: Keep track of the amount of data writtenLuca Barbato
2016-10-04lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext APIStephan Holljes
2016-09-30avio: add a new flag for marking streams seekable by timestampAnton Khirnov
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-08-04avformat/avio: add a crc callback function for CRC-32 IEEE-LEJames Almer
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2016-06-23Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron
2016-05-18avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-16hls: read protocol options through the AVIOContextHendrik Leppkes
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29hls: Add and use a memebr of AVIOInternal rather than abuse opaqueDerek Buitenhuis
2016-02-29Merge commit 'cae448cfbf31d492cba782bc64fc4eed556ed83d'Derek Buitenhuis
2016-02-22lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov