summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* avio: Add avio_put_str16beLuca Barbato2015-06-071-14/+20
* avio: Add avio_read wrapper to simplify error checkingVittorio Giovara2015-05-311-0/+8
* lavf: Explicitly convert types at function pointer assignmentDiego Biurrun2015-03-111-1/+3
* avio: Rename avclass symbols relating to avioMartin Storsjö2015-02-281-8/+8
* avio: Add an internal utility function for freeing dynamic buffersMartin Storsjö2015-02-241-0/+10
* avio: Do not consider the end-of-buffer position validLuca Barbato2015-01-281-1/+1
* aviobuf: check context before using itVittorio Giovara2014-10-201-1/+2
* mp3dec: decode more data from Info headerAlessandro Ghedini2014-04-171-0/+6
* aviobuf: Handle a NULL buffer in avio_close_dyn_bufMartin Storsjö2013-11-011-0/+5
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-261-1/+4
* aviobuf: Add functions for null buffersMartin Storsjö2013-09-191-0/+33
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-3/+3
* avio: Add const qualifiers to ffio_read_indirectBen Avison2013-08-081-1/+1
* avio: Add an internal function for reading without copyingBen Avison2013-08-051-0/+12
* avio: Don't set the seekable flag if no seek function is providedHendrik Schreiber2013-07-261-1/+1
* aviobuf: Discard old buffered, previously read data in ffio_read_partialMartin Storsjö2013-01-031-0/+7
* aviobuf: Partial support for reading in read/write contextsMartin Storsjö2013-01-031-1/+8
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* avio: K&R cosmetic formattingLuca Barbato2012-12-091-54/+67
* aviobuf: Remove a senseless ifdef in avio_seekMartin Storsjö2012-10-181-2/+0
* avio: introduce avio_closepLuca Barbato2012-10-101-0/+7
* avio: flush the internal buffer in avio_close()Stefano Sabatini2012-09-151-0/+1
* avio: make avio_close NULL the freed bufferLuca Barbato2012-09-041-1/+1
* avio: make avio_close(NULL) a no-opLuca Barbato2012-04-271-1/+5
* lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov2012-01-271-289/+1
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* avio: exit early in fill_buffer without read_packetJanne Grunau2012-01-041-0/+4
* avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-131-1/+38
* avio: add support for passing options to protocols.Anton Khirnov2011-11-131-1/+1
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-1/+1
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* avio: Check for invalid buffer length.Alex Converse2011-10-161-2/+5
* avio: don't replicate avio_alloc_context functionality.Anton Khirnov2011-07-151-10/+3
* avio: check AVIOContext malloc failureCan Wu2011-05-211-0/+2
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-6/+6
* lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov2011-04-191-11/+0
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-121-4/+4
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-7/+7
* avio: always compile dyn_buf functionsAnton Khirnov2011-04-051-4/+0
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-041-1/+1
* avio: make url_close() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_seek() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_write() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_read() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_open() internal.Anton Khirnov2011-04-041-1/+2
* avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()Anton Khirnov2011-04-031-14/+6
* avio: make url_fdopen internal.Anton Khirnov2011-04-031-2/+6
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-031-1/+5
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-2/+6