summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
Commit message (Expand)AuthorAgeFilesLines
* avformat: remove FF_API_AVIOCONTEXT_WRITTENJames Almer2023-02-091-10/+0
* avformat/avio: Add doxy for missing argumentMarvin Scholz2022-10-171-0/+1
* avformat/avio: Schedule AVIODirContext to become an opaque typeAndreas Rheinhardt2022-10-031-0/+4
* lavf/avio: add avio_vprintf()Stefano Sabatini2022-06-131-0/+6
* libavformat: Split version.hMartin Storsjö2022-03-161-1/+1
* avformat/avio: Don't include common.hAndreas Rheinhardt2022-02-241-1/+2
* avformat/avio{,buf}: introduce public AVIOContext::bytes_{read,written}Jan Ekström2021-10-241-1/+13
* avformat/avio{,buf}: deprecate AVIOContext::writtenJan Ekström2021-10-241-0/+6
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-251-58/+6
* avio: do not export avpriv_io_{move,delete}Anton Khirnov2021-05-221-19/+0
* avformat/avio: add avio_protocol_get_classSteven Liu2020-01-301-0/+7
* avformat/avio: remove 4k limit from avio_printfMarton Balint2019-08-171-1/+4
* avformat/avio: add avio_print_string_array and avio_printMarton Balint2019-08-171-0/+17
* avformat/avio: fix avio_feof documentationMarton Balint2018-12-221-3/+3
* avformat/avio: remove must_flush from AVIOContextMarton Balint2017-11-201-1/+0
* lavf/avio: temporarily accept 0 as EOF.Nicolas George2017-10-291-0/+2
* avformat: Drop deprecated feof() AVIO fuctionJames Almer2017-10-211-7/+0
* lavf: make avio_read_partial() publicwm42017-09-011-0/+9
* avformat/avio: update avio_alloc_context() doxyJames Almer2017-09-011-1/+1
* avio: add a destructor for AVIOContextAnton Khirnov2017-09-011-0/+8
* avformat/aviobuf: add support for specifying minimum packet size and marking ...Marton Balint2017-06-241-1/+12
* avformat/aviobuf: fix flushing write buffers after seeking backward or forwardMarton Balint2017-06-241-16/+26
* Merge commit '3f75e5116b900f1428aa13041fc7d6301bf1988a'James Almer2017-04-131-0/+2
|\
| * avio: Keep track of the amount of data writtenLuca Barbato2016-12-081-0/+1
* | Merge commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161'James Almer2017-03-211-0/+5
|\ \ | |/
| * avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-301-0/+5
* | Merge commit '75c1db6152c7c90c7ce28c9adb945028e5512c4f'James Almer2017-03-211-1/+4
|\ \ | |/
| * avio: cosmetics, prettify AVIO_SEEKABLE_NORMALAnton Khirnov2016-09-301-2/+4
* | HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-141-0/+6
* | libavformat/avio: Add avio_get_dyn_buf functionsoftworkz2017-01-071-0/+12
* | 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