summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
Commit message (Expand)AuthorAge
* avformat/avio: remove must_flush from AVIOContextMarton Balint2017-11-20
* lavf/avio: temporarily accept 0 as EOF.Nicolas George2017-10-29
* avformat: Drop deprecated feof() AVIO fuctionJames Almer2017-10-21
* lavf: make avio_read_partial() publicwm42017-09-01
* avformat/avio: update avio_alloc_context() doxyJames Almer2017-09-01
* avio: add a destructor for AVIOContextAnton Khirnov2017-09-01
* avformat/aviobuf: add support for specifying minimum packet size and marking ...Marton Balint2017-06-24
* avformat/aviobuf: fix flushing write buffers after seeking backward or forwardMarton Balint2017-06-24
* Merge commit '3f75e5116b900f1428aa13041fc7d6301bf1988a'James Almer2017-04-13
|\
| * avio: Keep track of the amount of data writtenLuca Barbato2016-12-08
* | Merge commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161'James Almer2017-03-21
|\|
| * avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-30
* | Merge commit '75c1db6152c7c90c7ce28c9adb945028e5512c4f'James Almer2017-03-21
|\|
| * avio: cosmetics, prettify AVIO_SEEKABLE_NORMALAnton Khirnov2016-09-30
* | HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-14
* | libavformat/avio: Add avio_get_dyn_buf functionsoftworkz2017-01-07
* | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron2016-06-23
|\|
| * avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-18
* | Merge commit 'e9443105ea4e8bc1d826ddceeba2816488c6ce92'Clément Bœsch2016-06-21
|\|
| * avio: Remove a leftover commentMartin Storsjö2016-05-06
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-02
* | avio: add detail to avio_printf() size warningReynaldo H. Verdejo Pinochet2015-12-27
* | avformat/aviobuf: Improve readability of aviobuf (Add comments and docs)Bryan Huh2015-11-16
* | lavf/avio: add avio_accept and avio_handshakeStephan Holljes2015-08-01
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | avformat/avio: Move avio_delete() avio_move() to avpriv_ namespaceMichael Niedermayer2015-06-29
* | lavf/avio: Extend API with avio_move() and avio_delete()Mariusz Szczepańczyk2015-06-22
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-14
* | avformat/avio: move short seek threshold to the contextMichael Niedermayer2015-06-11
* | Merge commit '252d6200c36e7eaa79f8d5205b7d731179e94897'Michael Niedermayer2015-06-08
|\|
| * avio: Add avio_put_str16beLuca Barbato2015-06-07
* | lavf/avio: Add new types to AVIODirEntryType, bump minor versionMariusz Szczepańczyk2015-04-03
* | avformat/avio: Document the end of list case in avio_read_dir()Michael Niedermayer2015-03-27
* | lavf: add directory listing APILukasz Marek2015-03-27
* | libavformat/avio: added avio_put_str16beMark Reid2015-03-03
* | lavf/avio: clarify the buffer parameter of avio_alloc_contextYu Xiaolei2014-11-25
* | avformat/aviobuf: fix avio_flush() for read streamswm42014-09-30
* | lavf/avio: do not include bprint.h.Nicolas George2014-08-09
* | avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list"Michael Niedermayer2014-08-09
* | lavf/avio: rename url_feof() to avio_feof()James Almer2014-08-08
* | lavf/avio: do not include bprint.h.Nicolas George2014-07-25
* | avio: Introduce avio_read_to_bprint(avioctx, bp, max_size)Andrey Utkin2014-07-23
* | libavformat/aviobuf: keep track of the original buffer-size and restore it af...Michael Niedermayer2014-03-26
* | Merge commit '4d7ab5cfebef91820af2933ef2f622ea598e6b53'Michael Niedermayer2014-02-17
|\|
| * doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-17
* | lavf/avio: Introduce avio_find_protocol_nameAlexander Strasser2014-02-16