| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avformat/avio: move short seek threshold to the context | Michael Niedermayer | 2015-06-11 | 1 | -0/+6 |
* | | Merge commit '252d6200c36e7eaa79f8d5205b7d731179e94897' | Michael Niedermayer | 2015-06-08 | 1 | -0/+6 |
|\| |
|
| * | avio: Add avio_put_str16be | Luca Barbato | 2015-06-07 | 1 | -0/+12 |
* | | lavf/avio: Add new types to AVIODirEntryType, bump minor version | Mariusz Szczepańczyk | 2015-04-03 | 1 | -1/+4 |
* | | avformat/avio: Document the end of list case in avio_read_dir() | Michael Niedermayer | 2015-03-27 | 1 | -1/+2 |
* | | lavf: add directory listing API | Lukasz Marek | 2015-03-27 | 1 | -1/+83 |
* | | libavformat/avio: added avio_put_str16be | Mark Reid | 2015-03-03 | 1 | -0/+6 |
* | | lavf/avio: clarify the buffer parameter of avio_alloc_context | Yu Xiaolei | 2014-11-25 | 1 | -0/+3 |
* | | avformat/aviobuf: fix avio_flush() for read streams | wm4 | 2014-09-30 | 1 | -2/+6 |
* | | lavf/avio: do not include bprint.h. | Nicolas George | 2014-08-09 | 1 | -1/+3 |
* | | avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list" | Michael Niedermayer | 2014-08-09 | 1 | -0/+1 |
* | | lavf/avio: rename url_feof() to avio_feof() | James Almer | 2014-08-08 | 1 | -0/+7 |
* | | lavf/avio: do not include bprint.h. | Nicolas George | 2014-07-25 | 1 | -2/+1 |
* | | avio: Introduce avio_read_to_bprint(avioctx, bp, max_size) | Andrey Utkin | 2014-07-23 | 1 | -0/+9 |
* | | libavformat/aviobuf: keep track of the original buffer-size and restore it af... | Michael Niedermayer | 2014-03-26 | 1 | -0/+7 |
* | | Merge commit '4d7ab5cfebef91820af2933ef2f622ea598e6b53' | Michael Niedermayer | 2014-02-17 | 1 | -0/+6 |
|\| |
|
| * | doxygen: Add a number of missing function parameter descriptions | Diego Biurrun | 2014-02-17 | 1 | -0/+6 |
* | | lavf/avio: Introduce avio_find_protocol_name | Alexander Strasser | 2014-02-16 | 1 | -0/+9 |