32 Commits (871b4f3654636ed64560e86b9faa33828d195ceb)

Author SHA1 Message Date
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov 225e84e745 hls: disallow opening nested files in child demuxers 9 years ago
Anton Khirnov 81306fd4bd hls: eliminate ffurl_* usage 9 years ago
Anton Khirnov 9f61abc811 lavf: allow custom IO for all files 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Luca Barbato 74942685cb hls: Check av_opt_set_dict return value as well 9 years ago
Luca Barbato 0c73a5a53c hls: Save and forward avio options 9 years ago
Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 10 years ago
Martin Storsjö 56c2337004 hls: Avoid reading outside of the allocated array 11 years ago
Martin Storsjö 8c92909814 hls: Check whether the AVIOContext contains a new redirected URL 11 years ago
Michael Niedermayer 9696740af7 hls: Call avformat_find_stream_info() on the chained demuxers 11 years ago
Martin Storsjö 06205b5efd hls: Free packets when skipping packets when seeking 11 years ago
Martin Storsjö c441910399 hls: Store all durations in AV_TIME_BASE 11 years ago
Martin Storsjö e1d5b24476 hls: Store first_timestamp in units of AV_TIME_BASE 11 years ago
LYF c110cbf6b5 hls: Create an AVProgram for each variant 11 years ago
Michael Niedermayer 9d64f23629 hls: Respect the different stream time bases when comparing dts 11 years ago
Martin Storsjö c11e33a3d9 hls: Set stream offset before opening a chained demuxer 11 years ago
Michael Niedermayer cdd2d73d31 hls: Don't check discard flags until the parent demuxer's streams actually exist 11 years ago
Michael Niedermayer 82bf8c8783 hls: Copy the time base from the chained demuxer 11 years ago
Martin Storsjö eb33ba04e0 hls: Return all packets from a previous variant before moving on to the next one 11 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 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
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
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
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