62 Commits (20b0d24c2f7ae86cebeb17399a2fea3a7e3d0f69)

Author SHA1 Message Date
Andreas Rheinhardt 82bf41f3ab avformat: Replace ffurl_close() by ffurl_closep() where appropriate 5 years ago
Andreas Cadhalpun a16018461b lavf: forward protocol_whitelist for the remaining cases 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 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
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer be25614177 mmsh: reimplement seeking 12 years ago
Michael Niedermayer b4579a29c7 mmsh: dont close context on seeking failure 12 years ago
Michael Niedermayer c7755c348b mmsh/mmsh_close: use ffurl_closep() 12 years ago
Michael Niedermayer 0329345da2 mmsh/mmsh_close: use av_freep() 12 years ago
Michael Niedermayer 830f7f189f mmsh: fix integer overflow in mmsh_seek() 12 years ago
Martin Storsjö 32b83aeec1 avio: Add an URLProtocol flag for indicating that a protocol uses network 13 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
Martin Storsjö 9c6777bd93 mmsh: Properly clean up if the second ffurl_alloc failed 13 years ago
Diego Biurrun c88ebdb42c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 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
Martin Storsjö 27fad11b5b mms: Set http custom headers via the AVOption 13 years ago
Michael Niedermayer 26b64550d6 mmsh: add return value for mmsh_open() 13 years ago
Michael Niedermayer 8af4ac5272 mmsh: do not try to seek to negative tiimestamps, it does not work 13 years ago
Michael Niedermayer 33789862aa mmsh_read_seek: skip header 13 years ago
Michael Niedermayer 237bcaa275 mmsh:_implement a minimal mmsh_seek() so the stream position can be found out. 13 years ago
Michael Niedermayer 8475ec190c mmsh: mmsh_read_seek() 13 years ago
Michael Niedermayer 86a4e55e66 mmsh: split out mmsh_open_internal() 13 years ago
Michael Niedermayer aedb87c57e mmsh: move location storage into context 13 years ago
Mans Rullgard add41decd9 Remove return statements following infinite loops without break 14 years ago
Kirill Zorin 6ec2fd5f77 mmsh: fix 400 bad request 14 years ago
Kirill Zorin 6095388812 mmsh: fixed printf injection bug in mmsh request 14 years ago
Kirill Zorin a0bafaabb0 mmsh: fixed printf injection bug in mmsh request 14 years ago
Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov e52a9145c8 avio: make url_close() internal. 14 years ago
Anton Khirnov dce3756459 avio: make url_read_complete() internal. 14 years ago
Anton Khirnov 62eaaeacb5 avio: make url_connect internal. 14 years ago
Anton Khirnov 5652bb9471 avio: make url_alloc internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 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
Ronald S. Bultje 3dedbeff7b Check return value of get_chunk_header(). Since enum can be unsigned, the 14 years ago
Ronald S. Bultje 6a1712ddb5 Fix two compiler arnings related to printf-format of sizeof()-statements. 14 years ago
Zhentan Feng 37c506e8b9 stream_selection can be freed in the fail case, in which case it's unassigned. 14 years ago
Ronald S. Bultje f5ea69b235 MMSH support, the most popular and widely used of all MMS variants. Written by 14 years ago