summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron2016-06-231-0/+66
|\
| * avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-181-0/+66
* | Merge commit 'e9443105ea4e8bc1d826ddceeba2816488c6ce92'Clément Bœsch2016-06-211-2/+0
|\ \ | |/
| * avio: Remove a leftover commentMartin Storsjö2016-05-061-2/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-0/+5
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-021-0/+5
* | avio: add detail to avio_printf() size warningReynaldo H. Verdejo Pinochet2015-12-271-1/+1
* | avformat/aviobuf: Improve readability of aviobuf (Add comments and docs)Bryan Huh2015-11-161-0/+47
* | lavf/avio: add avio_accept and avio_handshakeStephan Holljes2015-08-011-0/+29
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | avformat/avio: Move avio_delete() avio_move() to avpriv_ namespaceMichael Niedermayer2015-06-291-2/+2
* | lavf/avio: Extend API with avio_move() and avio_delete()Mariusz Szczepańczyk2015-06-221-0/+19
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-141-1/+1
* | avformat/avio: move short seek threshold to the contextMichael Niedermayer2015-06-111-0/+6
* | Merge commit '252d6200c36e7eaa79f8d5205b7d731179e94897'Michael Niedermayer2015-06-081-0/+6
|\ \ | |/
| * avio: Add avio_put_str16beLuca Barbato2015-06-071-0/+12
* | lavf/avio: Add new types to AVIODirEntryType, bump minor versionMariusz Szczepańczyk2015-04-031-1/+4
* | avformat/avio: Document the end of list case in avio_read_dir()Michael Niedermayer2015-03-271-1/+2
* | lavf: add directory listing APILukasz Marek2015-03-271-1/+83
* | libavformat/avio: added avio_put_str16beMark Reid2015-03-031-0/+6
* | lavf/avio: clarify the buffer parameter of avio_alloc_contextYu Xiaolei2014-11-251-0/+3
* | avformat/aviobuf: fix avio_flush() for read streamswm42014-09-301-2/+6
* | lavf/avio: do not include bprint.h.Nicolas George2014-08-091-1/+3
* | avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list"Michael Niedermayer2014-08-091-0/+1
* | lavf/avio: rename url_feof() to avio_feof()James Almer2014-08-081-0/+7
* | lavf/avio: do not include bprint.h.Nicolas George2014-07-251-2/+1
* | avio: Introduce avio_read_to_bprint(avioctx, bp, max_size)Andrey Utkin2014-07-231-0/+9
* | libavformat/aviobuf: keep track of the original buffer-size and restore it af...Michael Niedermayer2014-03-261-0/+7
* | Merge commit '4d7ab5cfebef91820af2933ef2f622ea598e6b53'Michael Niedermayer2014-02-171-0/+6
|\ \ | |/
| * doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-171-0/+6
* | lavf/avio: Introduce avio_find_protocol_nameAlexander Strasser2014-02-161-0/+9
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-191-2/+2
* | avio.h: fix indentionMichael Niedermayer2013-04-081-10/+10
* | avformat: add writeout_count statisticMichael Niedermayer2013-04-081-0/+6
* | lavf/avio: fix two extreemly unreasonble typos.Clément Bœsch2013-03-141-2/+2
* | Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer2012-10-111-0/+15
|\ \ | |/
| * avio: introduce avio_closepLuca Barbato2012-10-101-0/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-281-2/+2
|\ \ | |/
| * avformat: Identify anonymous AVIO typedef structs.Dale Curtis2012-09-271-2/+2
| * avio: flush the internal buffer in avio_close()Stefano Sabatini2012-09-151-0/+3
* | lavf/avio: flush internal buffer when calling avio_close()Stefano Sabatini2012-08-181-0/+3
* | lavf/avio.h: doxygen avio_flush()Stefano Sabatini2012-08-181-1/+6
* | avio: Document that write_packet() is not allowed to change its inputMichael Niedermayer2012-07-281-0/+1
* | avio: av_protocol_next() is gonePaul B Mahol2012-06-201-1/+0
* | avio: Collect and print statistics of bytes read & seeksMichael Niedermayer2012-06-151-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-191-1/+1
|\ \ | |/
| * avio: make AVIOContext.av_class pointer to constMans Rullgard2012-04-181-1/+1