241 Commits (92218aad007ffc36bb139fe8bd6d5b1d75721017)

Author SHA1 Message Date
Michael Niedermayer ad6a50c0ed avformat: add writeout_count statistic 12 years ago
Martin Storsjö 53c25ee073 aviobuf: Discard old buffered, previously read data in ffio_read_partial 12 years ago
Martin Storsjö a0b7e28907 aviobuf: Partial support for reading in read/write contexts 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Luca Barbato 1dd1c1c884 avio: K&R cosmetic formatting 12 years ago
Michael Niedermayer 8a34b85fa8 avio: detect implicit truncation by assert in avio_w* 12 years ago
Michael Niedermayer a3fb3a670e avio: avoid implicit truncation in avio_w* 12 years ago
Martin Storsjö b760ffdd07 aviobuf: Remove a senseless ifdef in avio_seek 12 years ago
Michael Niedermayer 120b38b966 avio: redesign ffio_rewind_with_probe_data() 12 years ago
Luca Barbato b522000e9b avio: introduce avio_closep 12 years ago
Stefano Sabatini 5d1203f063 avio: flush the internal buffer in avio_close() 12 years ago
Luca Barbato 3093939077 avio: make avio_close NULL the freed buffer 12 years ago
Michael Niedermayer 4b9e44868b lavf: fix avio statistics for packets directly read without the buffer. 12 years ago
Stefano Sabatini 725213545d lavf/avio: flush internal buffer when calling avio_close() 12 years ago
jamal c49e0d2cdd aviobuf: Fix warning about discarded qualifier 12 years ago
Lou Logan b22ecbc6a5 cosmetics: various spelling fixes 13 years ago
Michael Niedermayer 47f8303069 lavf/aviobuf: use av_assert() 13 years ago
Michael Niedermayer 11153a9371 avio: Collect and print statistics of bytes read & seeks 13 years ago
Luca Barbato e1e146a2d1 avio: make avio_close(NULL) a no-op 13 years ago
Reimar Döffinger a45605a1ba Add AVIO_FLAG_DIRECT. 13 years ago
Michael Niedermayer a76a2ffe9d libavformat: Fix several "incompatible pointer type" warnings. 13 years ago
Anton Khirnov 2439f2ca82 lavf: remove disabled FF_API_OLD_AVIO cruft 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Janne Grunau a2d1d21629 avio: exit early in fill_buffer without read_packet 13 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 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
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Alex Converse ab2940691b avio: Check for invalid buffer length. 13 years ago
Nicolas George 247a1dc847 aviobuf: Replace av_realloc by av_realloc_f when relevant. 13 years ago
Anton Khirnov c3bec4cd13 avio: don't replicate avio_alloc_context functionality. 14 years ago
Can Wu 9e2dabed4a avio: check AVIOContext malloc failure 14 years ago
Michael Niedermayer a3ffe0eb76 Revert "Fix url_fopen() flag values." 14 years ago
Michael Niedermayer 183401b924 Fix url_fopen() flag values. 14 years ago
Michael Niedermayer e3323a1cbd Fix some passing argument from incompatible pointer type warnings. 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov 468644f6c1 lavf: remove FF_API_URL_RESETBUF cruft 14 years ago
Anton Khirnov ff1ec0c3f8 avio: undeprecate av_url_read_fseek/fpause under nicer names 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 668438a31e avio: always compile dyn_buf functions 14 years ago
Anton Khirnov 5958df341d avio: deprecate url_max_packet_size(). 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 925e908bc7 avio: make url_write() 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
Carl Eugen Hoyos 02fd687bbe Only make buffer smaller in fill_buffer() if read_packet() is set. 14 years ago
Anton Khirnov 8bea72f7eb avio: simplify url_open_dyn_buf_internal by using avio_alloc_context() 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