200 Commits (618d02c1fa9e74d490cace64a7d15762656b521c)

Author SHA1 Message Date
wm4 173b56218f lavf: make avio_read_partial() public 7 years ago
Anton Khirnov 99684f3ae7 avio: add a destructor for AVIOContext 8 years ago
Luca Barbato 3f75e5116b avio: Keep track of the amount of data written 8 years ago
Anton Khirnov 8ea35af762 avio: add a new flag for marking streams seekable by timestamp 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Martin Storsjö db7968bff4 avio: Allow custom IO users to get labels for the output bytestream 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Anton Khirnov ec4c483976 lavf: add a protocol whitelist/blacklist for file opened internally 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov cae448cfbf aviobuf: add a private data struct for avio_open()ed contexts 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Luca Barbato 252d6200c3 avio: Add avio_put_str16be 10 years ago
Vittorio Giovara bff0349d9d avio: Add avio_read wrapper to simplify error checking 10 years ago
Diego Biurrun b97f427fb5 lavf: Explicitly convert types at function pointer assignment 10 years ago
Martin Storsjö c86d8aed74 avio: Rename avclass symbols relating to avio 10 years ago
Martin Storsjö 8a273a7460 avio: Add an internal utility function for freeing dynamic buffers 10 years ago
Luca Barbato 3c18a7b188 avio: Do not consider the end-of-buffer position valid 10 years ago
Vittorio Giovara d7f530b0d6 aviobuf: check context before using it 10 years ago
Alessandro Ghedini 32d05934ab mp3dec: decode more data from Info header 11 years ago
Martin Storsjö d07b51bf07 aviobuf: Handle a NULL buffer in avio_close_dyn_buf 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
Martin Storsjö 3627ce2f1d aviobuf: Add functions for null buffers 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Ben Avison 5afe1d2791 avio: Add const qualifiers to ffio_read_indirect 11 years ago
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 11 years ago
Hendrik Schreiber b512360184 avio: Don't set the seekable flag if no seek function is provided 11 years ago
Martin Storsjö 53c25ee073 aviobuf: Discard old buffered, previously read data in ffio_read_partial 12 years ago
Martin Storsjö a0b7e28907 aviobuf: Partial support for reading in read/write contexts 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Luca Barbato 1dd1c1c884 avio: K&R cosmetic formatting 12 years ago
Martin Storsjö b760ffdd07 aviobuf: Remove a senseless ifdef in avio_seek 12 years ago
Luca Barbato b522000e9b avio: introduce avio_closep 12 years ago
Stefano Sabatini 5d1203f063 avio: flush the internal buffer in avio_close() 12 years ago
Luca Barbato 3093939077 avio: make avio_close NULL the freed buffer 12 years ago
Luca Barbato e1e146a2d1 avio: make avio_close(NULL) a no-op 13 years ago
Anton Khirnov 2439f2ca82 lavf: remove disabled FF_API_OLD_AVIO cruft 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Janne Grunau a2d1d21629 avio: exit early in fill_buffer without read_packet 13 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Alex Converse ab2940691b avio: Check for invalid buffer length. 13 years ago
Anton Khirnov c3bec4cd13 avio: don't replicate avio_alloc_context functionality. 14 years ago
Can Wu 9e2dabed4a avio: check AVIOContext malloc failure 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov 468644f6c1 lavf: remove FF_API_URL_RESETBUF cruft 14 years ago
Anton Khirnov ff1ec0c3f8 avio: undeprecate av_url_read_fseek/fpause under nicer names 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 668438a31e avio: always compile dyn_buf functions 14 years ago