summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAge
* avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-18
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov2016-02-22
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* avio: Add avio_put_str16beLuca Barbato2015-06-07
* avio: Add avio_read wrapper to simplify error checkingVittorio Giovara2015-05-31
* lavf: Explicitly convert types at function pointer assignmentDiego Biurrun2015-03-11
* avio: Rename avclass symbols relating to avioMartin Storsjö2015-02-28
* avio: Add an internal utility function for freeing dynamic buffersMartin Storsjö2015-02-24
* avio: Do not consider the end-of-buffer position validLuca Barbato2015-01-28
* aviobuf: check context before using itVittorio Giovara2014-10-20
* mp3dec: decode more data from Info headerAlessandro Ghedini2014-04-17
* aviobuf: Handle a NULL buffer in avio_close_dyn_bufMartin Storsjö2013-11-01
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* aviobuf: Add functions for null buffersMartin Storsjö2013-09-19
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* avio: Add const qualifiers to ffio_read_indirectBen Avison2013-08-08
* avio: Add an internal function for reading without copyingBen Avison2013-08-05
* avio: Don't set the seekable flag if no seek function is providedHendrik Schreiber2013-07-26
* aviobuf: Discard old buffered, previously read data in ffio_read_partialMartin Storsjö2013-01-03
* aviobuf: Partial support for reading in read/write contextsMartin Storsjö2013-01-03
* miscellaneous typo fixesDiego Biurrun2012-12-21
* avio: K&R cosmetic formattingLuca Barbato2012-12-09
* aviobuf: Remove a senseless ifdef in avio_seekMartin Storsjö2012-10-18
* avio: introduce avio_closepLuca Barbato2012-10-10
* avio: flush the internal buffer in avio_close()Stefano Sabatini2012-09-15
* avio: make avio_close NULL the freed bufferLuca Barbato2012-09-04
* avio: make avio_close(NULL) a no-opLuca Barbato2012-04-27
* lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov2012-01-27
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* avio: exit early in fill_buffer without read_packetJanne Grunau2012-01-04
* avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-13
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* avio: Check for invalid buffer length.Alex Converse2011-10-16
* avio: don't replicate avio_alloc_context functionality.Anton Khirnov2011-07-15
* avio: check AVIOContext malloc failureCan Wu2011-05-21
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov2011-04-19
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-12
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: always compile dyn_buf functionsAnton Khirnov2011-04-05
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_seek() internal.Anton Khirnov2011-04-04
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_read() internal.Anton Khirnov2011-04-04