66 Commits (b59b59944693e645cdcf5e61b60f288820fe48c3)

Author SHA1 Message Date
Jeyapal, Karthick 62f63b24bf libavformat/avio: Utility function to return URLContext 7 years ago
wm4 5d76674756 lavf: make avio_read_partial() public 7 years ago
wm4 173b56218f lavf: make avio_read_partial() public 7 years ago
James Almer 155f4e9630 avformat/avio: add a crc callback function for CRC-32 IEEE-LE 8 years ago
Hendrik Leppkes 0d4b8a2c16 hls: read protocol options through the AVIOContext 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Derek Buitenhuis 9f9ed79d4c hls: Add and use a memebr of AVIOInternal rather than abuse opaque 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Michael Niedermayer 1dba8371d9 avformat: add protocol_whitelist 9 years ago
Vittorio Giovara bff0349d9d avio: Add avio_read wrapper to simplify error checking 10 years ago
Michael Niedermayer 59db9e6949 avformat/internal: Fix warning about struct declaration 10 years ago
Michael Niedermayer 541d75f9a0 avformat: add callback for opening further files 10 years ago
Martin Storsjö c86d8aed74 avio: Rename avclass symbols relating to avio 10 years ago
Martin Storsjö 8a273a7460 avio: Add an internal utility function for freeing dynamic buffers 10 years ago
Carl Eugen Hoyos ff9a154157 Add int64_t probesize2 instead of int probesize to AVFormatContext. 10 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Alessandro Ghedini 32d05934ab mp3dec: decode more data from Info header 11 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 11 years ago
Martin Storsjö 3627ce2f1d aviobuf: Add functions for null buffers 11 years ago
Ben Avison 5afe1d2791 avio: Add const qualifiers to ffio_read_indirect 11 years ago
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 11 years ago
Michael Niedermayer 186ec17843 avformat/aviobuf: Add ffio_ensure_seekback() 12 years ago
Diego Biurrun 523c7bd23c misc typo, style and wording fixes 12 years ago
Michael Niedermayer 120b38b966 avio: redesign ffio_rewind_with_probe_data() 12 years ago
Michael Niedermayer e39eeb10d1 lavf: split out ffio_limit() 13 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 13 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Anton Khirnov ff1ec0c3f8 avio: undeprecate av_url_read_fseek/fpause under nicer names 14 years ago
Anton Khirnov c486dade95 avio: make URLContext internal. 14 years ago
Anton Khirnov d6bbe76124 avio: move two ff_udp_* functions from avio_internal to url.h 14 years ago
Anton Khirnov 1305d93c42 avio: deprecate av_url_read_seek 14 years ago
Anton Khirnov fa104e14ab avio: deprecate av_url_read_pause 14 years ago
Anton Khirnov 724f6a0fa4 avio: make url_fdopen internal. 14 years ago
Anton Khirnov 403ee835e7 avio: make url_open_dyn_packet_buf internal. 14 years ago
Anton Khirnov b64030f26d avio: make get_checksum() internal. 14 years ago
Anton Khirnov d09cc22d9c avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h 14 years ago
Anton Khirnov 4c4427a75d avio: make init_checksum() internal. 14 years ago
Anton Khirnov 4ec153bb66 avio: make udp_set_remote_url/get_local_port internal. 14 years ago
Anton Khirnov 491653ed90 avio: cosmetics - nicer vertical alignment. 14 years ago
Anton Khirnov 933e90a69a avio: make av_url_read_fseek/fpause internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 59f65d9579 avio: make url_setbufsize internal. 14 years ago
Anton Khirnov 4839c192de lavf: move ff_get_v from avio.h to avio_internal.h 14 years ago
Anton Khirnov f8bc86d47e avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h 14 years ago
Anton Khirnov f1ef2cd9ed avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h 14 years ago
Ronald S. Bultje a960576f20 avio: fix fourcc if any character is >=0x80. 14 years ago
Ronald S. Bultje fd085bc082 avio: fix fourcc if any character is >=0x80. 14 years ago
Anton Khirnov 324429309e lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov 0abdb29317 lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago
Anton Khirnov 2df9d0008e avio: make put_nbyte internal. 14 years ago