| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: remove deprecated FF_API_AVIO_WRITE_NONCONST | James Almer | 2024-03-07 | 1 | -13/+0 |
* | avformat: remove deprecated FF_API_AVIODIRCONTEXT | James Almer | 2024-03-07 | 1 | -6/+0 |
* | avformat/avio: Make avio_print_string_array() accept const pointers | Andreas Rheinhardt | 2024-03-02 | 1 | -1/+1 |
* | avformat/avio: Constify data pointees of write callbacks | Andreas Rheinhardt | 2023-09-10 | 1 | -0/+13 |
* | avformat: remove FF_API_AVIOCONTEXT_WRITTEN | James Almer | 2023-02-09 | 1 | -10/+0 |
* | avformat/avio: Add doxy for missing argument | Marvin Scholz | 2022-10-17 | 1 | -0/+1 |
* | avformat/avio: Schedule AVIODirContext to become an opaque type | Andreas Rheinhardt | 2022-10-03 | 1 | -0/+4 |
* | lavf/avio: add avio_vprintf() | Stefano Sabatini | 2022-06-13 | 1 | -0/+6 |
* | libavformat: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -1/+1 |
* | avformat/avio: Don't include common.h | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+2 |
* | avformat/avio{,buf}: introduce public AVIOContext::bytes_{read,written} | Jan Ekström | 2021-10-24 | 1 | -1/+13 |
* | avformat/avio{,buf}: deprecate AVIOContext::written | Jan Ekström | 2021-10-24 | 1 | -0/+6 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -58/+6 |
* | avio: do not export avpriv_io_{move,delete} | Anton Khirnov | 2021-05-22 | 1 | -19/+0 |
* | avformat/avio: add avio_protocol_get_class | Steven Liu | 2020-01-30 | 1 | -0/+7 |
* | avformat/avio: remove 4k limit from avio_printf | Marton Balint | 2019-08-17 | 1 | -1/+4 |
* | avformat/avio: add avio_print_string_array and avio_print | Marton Balint | 2019-08-17 | 1 | -0/+17 |
* | avformat/avio: fix avio_feof documentation | Marton Balint | 2018-12-22 | 1 | -3/+3 |
* | avformat/avio: remove must_flush from AVIOContext | Marton Balint | 2017-11-20 | 1 | -1/+0 |
* | lavf/avio: temporarily accept 0 as EOF. | Nicolas George | 2017-10-29 | 1 | -0/+2 |
* | avformat: Drop deprecated feof() AVIO fuction | James Almer | 2017-10-21 | 1 | -7/+0 |
* | lavf: make avio_read_partial() public | wm4 | 2017-09-01 | 1 | -0/+9 |
* | avformat/avio: update avio_alloc_context() doxy | James Almer | 2017-09-01 | 1 | -1/+1 |
* | avio: add a destructor for AVIOContext | Anton Khirnov | 2017-09-01 | 1 | -0/+8 |
* | avformat/aviobuf: add support for specifying minimum packet size and marking ... | Marton Balint | 2017-06-24 | 1 | -1/+12 |
* | avformat/aviobuf: fix flushing write buffers after seeking backward or forward | Marton Balint | 2017-06-24 | 1 | -16/+26 |
* | Merge commit '3f75e5116b900f1428aa13041fc7d6301bf1988a' | James Almer | 2017-04-13 | 1 | -0/+2 |
|\ |
|
| * | avio: Keep track of the amount of data written | Luca Barbato | 2016-12-08 | 1 | -0/+1 |
* | | Merge commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161' | James Almer | 2017-03-21 | 1 | -0/+5 |
|\| |
|
| * | avio: add a new flag for marking streams seekable by timestamp | Anton Khirnov | 2016-09-30 | 1 | -0/+5 |
* | | Merge commit '75c1db6152c7c90c7ce28c9adb945028e5512c4f' | James Almer | 2017-03-21 | 1 | -1/+4 |
|\| |
|
| * | avio: cosmetics, prettify AVIO_SEEKABLE_NORMAL | Anton Khirnov | 2016-09-30 | 1 | -2/+4 |
* | | HTTP: improve performance by reducing forward seeks | Joel Cunningham | 2017-02-14 | 1 | -0/+6 |
* | | libavformat/avio: Add avio_get_dyn_buf function | softworkz | 2017-01-07 | 1 | -0/+12 |
* | | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca' | Matthieu Bouron | 2016-06-23 | 1 | -0/+66 |
|\| |
|
| * | avio: Allow custom IO users to get labels for the output bytestream | Martin Storsjö | 2016-05-18 | 1 | -0/+66 |
* | | Merge commit 'e9443105ea4e8bc1d826ddceeba2816488c6ce92' | Clément Bœsch | 2016-06-21 | 1 | -2/+0 |
|\| |
|
| * | avio: Remove a leftover comment | Martin Storsjö | 2016-05-06 | 1 | -2/+0 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -0/+5 |
* | | avformat: add protocol_whitelist | Michael Niedermayer | 2016-02-02 | 1 | -0/+5 |
* | | avio: add detail to avio_printf() size warning | Reynaldo H. Verdejo Pinochet | 2015-12-27 | 1 | -1/+1 |
* | | avformat/aviobuf: Improve readability of aviobuf (Add comments and docs) | Bryan Huh | 2015-11-16 | 1 | -0/+47 |
* | | lavf/avio: add avio_accept and avio_handshake | Stephan Holljes | 2015-08-01 | 1 | -0/+29 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avformat/avio: Move avio_delete() avio_move() to avpriv_ namespace | Michael Niedermayer | 2015-06-29 | 1 | -2/+2 |
* | | lavf/avio: Extend API with avio_move() and avio_delete() | Mariusz Szczepańczyk | 2015-06-22 | 1 | -0/+19 |
* | | doc: fix spelling errors | Andreas Cadhalpun | 2015-06-14 | 1 | -1/+1 |