333 Commits (9549f22bf88dfe622760f0416a29482ba91d5423)

Author SHA1 Message Date
Nicolas George a606f27f4c lavf/avio: temporarily accept 0 as EOF. 7 years ago
James Almer d4d2e9fe4e avformat: Drop deprecated feof() AVIO fuction 7 years ago
James Almer ac6691ab99 avio: update avio_alloc_context() doxy 7 years ago
wm4 5d76674756 lavf: make avio_read_partial() public 7 years ago
James Almer 877076ffa1 avformat/avio: update avio_alloc_context() doxy 7 years ago
Anton Khirnov b12e4d3bb8 avio: add a destructor for AVIOContext 7 years ago
wm4 173b56218f lavf: make avio_read_partial() public 7 years ago
Marton Balint 09891c5391 avformat/aviobuf: add support for specifying minimum packet size and marking flush points 8 years ago
Marton Balint c14fa7a330 avformat/aviobuf: fix flushing write buffers after seeking backward or forward 8 years ago
Joel Cunningham 8c8e5d5286 HTTP: improve performance by reducing forward seeks 8 years ago
Anton Khirnov 99684f3ae7 avio: add a destructor for AVIOContext 8 years ago
softworkz 9488032e10 libavformat/avio: Add avio_get_dyn_buf function 8 years ago
Luca Barbato 3f75e5116b avio: Keep track of the amount of data written 8 years ago
Anton Khirnov 8ea35af762 avio: add a new flag for marking streams seekable by timestamp 8 years ago
Anton Khirnov 75c1db6152 avio: cosmetics, prettify AVIO_SEEKABLE_NORMAL 8 years ago
Martin Storsjö db7968bff4 avio: Allow custom IO users to get labels for the output bytestream 9 years ago
Martin Storsjö e9443105ea avio: Remove a leftover comment 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Michael Niedermayer 1dba8371d9 avformat: add protocol_whitelist 9 years ago
Reynaldo H. Verdejo Pinochet baf4c489e5 avio: add detail to avio_printf() size warning 9 years ago
Bryan Huh a01c24e8c5 avformat/aviobuf: Improve readability of aviobuf (Add comments and docs) 9 years ago
Stephan Holljes 63c07a956b lavf/avio: add avio_accept and avio_handshake 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer da8b228977 avformat/avio: Move avio_delete() avio_move() to avpriv_ namespace 10 years ago
Mariusz Szczepańczyk 80e18bb486 lavf/avio: Extend API with avio_move() and avio_delete() 10 years ago
Andreas Cadhalpun ed0b1db640 doc: fix spelling errors 10 years ago
Michael Niedermayer 4e640f0560 avformat/avio: move short seek threshold to the context 10 years ago
Luca Barbato 252d6200c3 avio: Add avio_put_str16be 10 years ago
Mariusz Szczepańczyk 26e0e393d0 lavf/avio: Add new types to AVIODirEntryType, bump minor version 10 years ago
Michael Niedermayer d03b998c48 avformat/avio: Document the end of list case in avio_read_dir() 10 years ago
Lukasz Marek 184084c699 lavf: add directory listing API 10 years ago
Mark Reid 81a91269a2 libavformat/avio: added avio_put_str16be 10 years ago
Yu Xiaolei bc3d02fa88 lavf/avio: clarify the buffer parameter of avio_alloc_context 10 years ago
wm4 c8422f04a3 avformat/aviobuf: fix avio_flush() for read streams 10 years ago
Nicolas George f87db44685 lavf/avio: do not include bprint.h. 10 years ago
Michael Niedermayer f75786f3bc avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list" 10 years ago
James Almer 5c3c67126f lavf/avio: rename url_feof() to avio_feof() 10 years ago
Nicolas George 04bc370072 lavf/avio: do not include bprint.h. 10 years ago
Andrey Utkin 8a4c0866dc avio: Introduce avio_read_to_bprint(avioctx, bp, max_size) 10 years ago
Michael Niedermayer 61b5ef7754 libavformat/aviobuf: keep track of the original buffer-size and restore it after probe/ensure-seekback 11 years ago
Diego Biurrun 4d7ab5cfeb doxygen: Add a number of missing function parameter descriptions 11 years ago
Alexander Strasser db3c9701f4 lavf/avio: Introduce avio_find_protocol_name 11 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 11 years ago
Michael Niedermayer c6ae7f64a0 avio.h: fix indention 12 years ago
Michael Niedermayer ad6a50c0ed avformat: add writeout_count statistic 12 years ago
Clément Bœsch 1f68bac50b lavf/avio: fix two extreemly unreasonble typos. 12 years ago
Luca Barbato b522000e9b avio: introduce avio_closep 12 years ago
Dale Curtis 0575772fa0 avformat: Identify anonymous AVIO typedef structs. 12 years ago
Stefano Sabatini 5d1203f063 avio: flush the internal buffer in avio_close() 12 years ago