46 Commits (02c032abcd43465b30ad58ede18abcdc24b5c006)

Author SHA1 Message Date
Andreas Rheinhardt ee77ee77a1 avformat: Remove avformat and avio headers from protocols 1 year ago
James Almer 19c2dc677f avformat/concatf: check if any nodes were allocated 2 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Gyan Doshi a454dfacd5 avformat/concatf: ignore trailing whitespaces 3 years ago
James Almer 487dfa9f04 avformat/concat: check the terminating character returned by av_get_token() 3 years ago
James Almer 8c2c0135e5 avformat: add a concat protocol that takes a line break delimited list of resources 3 years ago
Andreas Rheinhardt 963d4b76de avformat/concat: Remove unnecessary check 4 years ago
Andreas Rheinhardt 82bf41f3ab avformat: Replace ffurl_close() by ffurl_closep() where appropriate 5 years ago
Limin Wang 6da653e525 avformat/concat: priv_data should be freed internally 5 years ago
Nicolas George 3add65e052 lavf/concat: implement FFSEEK_SIZE. 5 years ago
Daniel Kucera 858db4b01f libavformat: not treat 0 as EOF 7 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Michael Niedermayer 8e32d01432 avformat/concat: Check protocol prefix 9 years ago
Gabriel Dume 95d312d6c8 concat: K&R formatting cosmetics 10 years ago
Martin Storsjö 06ebc0bf9a lavf: Allocate arrays with av_realloc if they will be realloced later 11 years ago
Michael Niedermayer ad2a08388c avformat/concat: revert one hunk of 20dfab33f5 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Martin Storsjö c3b05d2159 proto: Realign struct initializers 13 years ago
Martin Storsjö 7e58050590 proto: Use .priv_data_size to allocate the private context 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 14 years ago
Anton Khirnov 32a97d4630 avio: make url_filesize() internal. 14 years ago
Anton Khirnov e52a9145c8 avio: make url_close() internal. 14 years ago
Anton Khirnov 58a48c6511 avio: make url_seek() internal. 14 years ago
Anton Khirnov bc371aca46 avio: make url_read() internal. 14 years ago
Anton Khirnov 0589da0aa5 avio: make url_open() internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Wolfram Gloger ae2c694388 Fix concat seeking SEEK_END case. 15 years ago
Wolfram Gloger 35eaadcba0 Fix concat seek result. 15 years ago
Michele Orrù 084eb95fd5 Implement a physical concatenation protocol. 15 years ago