]> git.sesse.net Git - ffmpeg/history - libavformat/applehttp.c
ape: check that number of seektable entries is equal to number of frames
[ffmpeg] / libavformat / applehttp.c
2011-03-21 Martin Storsjöapplehttp: Change the variable for stream position...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Martin Storsjölavf: Make make_absolute_url a lavf internal function
2011-03-17 Martin Storsjöapplehttp: Fix a typo in a comment
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-04 Martin Storsjöapplehttp: Handle absolute paths relative to the curren...
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-24 Martin Storsjöapplehttp: Fix the key check in handle_variant_args
2011-01-17 John Wimerprevent integer overflow in calculating duration
2010-10-02 Martin Storsjöapplehttp: Add comments to make_absolute_url
2010-10-02 Martin Storsjöapplehttp: Handle a .. path segment in the base url
2010-10-02 Martin StorsjöReindent
2010-10-02 Martin Storsjöapplehttp: Allow the base url to be a local file name...
2010-08-19 Måns Rullgårdapplehttp: define _XOPEN_SOURCE=600 as required for...
2010-08-19 Martin StorsjöAdd Apple HTTP Live Streaming demuxer