]> git.sesse.net Git - ffmpeg/history - libavformat/hls.c
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / hls.c
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-10-01 Luca Barbatohls: Check av_opt_set_dict return value as well
2015-07-30 Luca Barbatohls: Save and forward avio options
2014-10-24 Martin Storsjölavf: Use av_gettime_relative
2013-11-22 Martin Storsjöhls: Avoid reading outside of the allocated array
2013-11-22 Martin Storsjöhls: Check whether the AVIOContext contains a new redir...
2013-07-30 Michael Niedermayerhls: Call avformat_find_stream_info() on the chained...
2013-07-29 Martin Storsjöhls: Free packets when skipping packets when seeking
2013-07-29 Martin Storsjöhls: Store all durations in AV_TIME_BASE
2013-07-29 Martin Storsjöhls: Store first_timestamp in units of AV_TIME_BASE
2013-07-29 LYFhls: Create an AVProgram for each variant
2013-07-29 Michael Niedermayerhls: Respect the different stream time bases when compa...
2013-07-29 Martin Storsjöhls: Set stream offset before opening a chained demuxer
2013-07-29 Michael Niedermayerhls: Don't check discard flags until the parent demuxer...
2013-07-29 Michael Niedermayerhls: Copy the time base from the chained demuxer
2013-07-29 Martin Storsjöhls: Return all packets from a previous variant before...
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-27 Martin Storsjöhls: Proceed to the next segment at any error code
2012-06-22 Mans RullgardReplace usleep() calls with av_usleep()
2012-02-20 Martin Storsjöhls: Reset the AVIOContext when seeking
2012-02-19 Panagiotis H.M.... applehttp: Do seeking within segments, too
2012-02-14 Alex Conversehls: Re-add legacy applehttp name to preserve interface...
2012-02-14 Martin Storsjöhls: Rename the functions and context
2012-02-14 Martin Storsjölibavformat: Rename the applehttp demuxer to hls