summaryrefslogtreecommitdiffstats
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avio: remove 4k limit from avio_printfMarton Balint2019-08-171-5/+11
* avformat/avio: add avio_print_string_array and avio_printMarton Balint2019-08-171-0/+6
* lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloctomajsjiang2019-08-151-0/+31
* lavf/aviobuf: make AVSEEK_SIZE usable from outside.Nicolas George2019-08-131-0/+3
* lavf/avio: remove ffio_open2_wrapper functionJun Zhao2019-07-211-6/+0
* avformat/aviobuf: Delay buffer downsizing until asserts are metMichael Niedermayer2019-06-301-2/+1
* lavf/aviobuf: Increase Statistics verbosity to AV_LOG_VERBOSE.Carl Eugen Hoyos2018-06-161-2/+2
* lavf/aviobuf: add ff_get_chomp_lineJun Zhao2018-04-121-0/+8
* avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overw...Marton Balint2018-02-241-0/+46
* avformat/aviobuf: zero initialize the AVIOContext in ffio_init_context()James Almer2018-02-141-1/+3
* libavformat/avio: Utility function to return URLContextJeyapal, Karthick2017-11-291-0/+13
* lavf/aviobuf: return EINVAL when reading from a write-only context.Nicolas George2017-10-291-1/+1
* lavf/avio: temporarily accept 0 as EOF.Nicolas George2017-10-291-9/+21
* avformat: Drop deprecated feof() AVIO fuctionJames Almer2017-10-211-7/+0
* libavformat: not treat 0 as EOFDaniel Kucera2017-10-191-8/+12
* lavf: make avio_read_partial() publicwm42017-09-011-1/+1
* avio: add a destructor for AVIOContextAnton Khirnov2017-09-011-3/+14
* avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka2017-08-231-0/+2
* avformat/aviobuf: add support for specifying minimum packet size and marking ...Marton Balint2017-06-241-0/+7
* avformat/aviobuf: fix flushing write buffers after seeking backward or forwardMarton Balint2017-06-241-12/+14
* avformat/aviobuf: Only downscale the buffer once it has been usedMichael Niedermayer2017-05-191-1/+1
* Merge commit '3f75e5116b900f1428aa13041fc7d6301bf1988a'James Almer2017-04-131-0/+7
|\
| * avio: Keep track of the amount of data writtenLuca Barbato2016-12-081-3/+10
* | Merge commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161'James Almer2017-03-211-0/+3
|\ \ | |/
| * avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-301-0/+3
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\ \ | |/
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+1
* | HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-141-1/+18
* | libavformat/avio: Add avio_get_dyn_buf functionsoftworkz2017-01-071-0/+17
* | lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext APIStephan Holljes2016-10-031-2/+4
* | avformat/avio: add a crc callback function for CRC-32 IEEE-LEJames Almer2016-08-041-0/+6
* | cosmetics: fix some misspelled wordsJames Almer2016-07-171-1/+1
* | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron2016-06-231-2/+50
|\ \ | |/
| * avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-181-2/+50
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-1/+1
|\ \ | |/
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-1/+1
| * lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-221-4/+63
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-2/+18
* | hls: read protocol options through the AVIOContextHendrik Leppkes2016-03-161-0/+4
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-4/+9
* | hls: Add and use a memebr of AVIOInternal rather than abuse opaqueDerek Buitenhuis2016-02-291-4/+0
* | Merge commit 'cae448cfbf31d492cba782bc64fc4eed556ed83d'Derek Buitenhuis2016-02-291-17/+68
|\ \ | |/
| * aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov2016-02-221-16/+66
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-021-4/+21
* | avformat/avio: free url/avio optionsMichael Niedermayer2016-01-291-0/+1
* | avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer2016-01-131-0/+2
* | avio: add detail to avio_printf() size warningReynaldo H. Verdejo Pinochet2015-12-271-1/+1
* | avformat/aviobuf: Simplify avio_read() and avio_seek()Bryan Huh2015-11-161-5/+4
* | avformat/aviobuf: Improve readability of aviobuf (Add comments and docs)Bryan Huh2015-11-161-2/+5
* | lavf/avio: add avio_accept and avio_handshakeStephan Holljes2015-08-011-0/+17
OpenPOWER on IntegriCloud