191 Commits (dc16c9dd90593ffc3642d4a531b73ae6ea836a97)

Author SHA1 Message Date
Michael Niedermayer 7123e9506b hls: use av_compare_ts() instead of comparing apples to oranges. 12 years ago
Michael Niedermayer 5e3900c7a5 hls: Initialize stream_offset before find_stream_info. 12 years ago
Michael Niedermayer cc913f7490 hls: check that the streams have been initialized before checking their discard flags. 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Martin Storsjö 8ebacfb598 hls: Proceed to the next segment at any error code 12 years ago
Michael Niedermayer 6f6182372c hls: replace probsize=0 by noheader flag removial. 12 years ago
Michael Niedermayer 3005122485 hls: call avformat_find_stream_info() 12 years ago
Lou Logan b22ecbc6a5 cosmetics: various spelling fixes 13 years ago
Stefano Sabatini d9355a03f2 lavf/applehttp: add log message in case of applehttp_read_header() failure 13 years ago
Mans Rullgard 896bb0d742 Replace usleep() calls with av_usleep() 13 years ago
Martin Storsjö a4f97be1a9 hls: Reset the AVIOContext when seeking 13 years ago
Panagiotis H.M. Issaris 2b3d041cdc applehttp: Do seeking within segments, too 13 years ago
Alex Converse c1df37e59b hls: Re-add legacy applehttp name to preserve interface compatibility. 13 years ago
Martin Storsjö 65cd7bf32f hls: Rename the functions and context 13 years ago
Martin Storsjö 2772258a98 libavformat: Rename the applehttp demuxer to hls 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Panagiotis H.M. Issaris 811de351ea Enhance HLS seeking. 13 years ago
Martin Storsjö 617475a95c applehttp: Use half the target duration as interval if the playlist didn't update 13 years ago
Andrey Utkin 356ae5f65b applehttp: Use the last segment duration as reload interval 13 years ago
Martin Storsjö 115a57302a applehttp: Properly clean up if unable to probe a segment 13 years ago
Martin Storsjö c41b9842ce applehttp: Avoid reading uninitialized memory 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Panagiotis H.M. Issaris 795d9594cf applehttp: Fix seeking in streams not starting at DTS=0 13 years ago
Clément Bœsch 4da45aff28 cleanup: remove various double end ';' all over the code. 13 years ago
Panagiotis H.M. Issaris 6f20921dee Fix seeking when using Apple HTTP Live Streaming 13 years ago
Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 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ö 9957cdbfd5 avformat: Use ff_check_interrupt 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Anton Khirnov 3b3ea34655 Remove all uses of deprecated AVOptions API. 13 years ago
Luca Barbato 1bf6cb85be applehttp: fix variant discard logic 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Martin Storsjö 5f85d49b68 applehttp: Don't export variant_bitrate if it isn't known 14 years ago
Martin Storsjö 84465f2180 applehttp: Handle AES-128 encrypted streams 14 years ago
Martin Storsjö fe8e039460 applehttp: Expose the stream bitrate via metadata 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Martin Storsjö a92a7ddc25 applehttp: Only check the discard flags if v->ctx actually is initialized 14 years ago
Anton Khirnov a6aa7a1a14 applehttp: don't use deprecated url_ functions. 14 years ago
Anton Khirnov 5cec897105 avio: move extern url_interrupt_cb declaration from avio.h to url.h 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Martin Storsjö 0d8a33b11e applehttp: Merge two for loops 14 years ago
Martin Storsjö 6cc7f13982 applehttp: Restructure the demuxer to use a custom AVIOContext 14 years ago
Martin Storsjö d3964da2c2 applehttp: Move finished and target_duration to the variant struct 14 years ago
Martin Storsjö dc8b73c069 applehttp: Change the variable for stream position in seconds into int64_t 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago