summaryrefslogtreecommitdiff
path: root/libavformat/applehttp.c
Commit message (Expand)AuthorAge
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* applehttp: Handle absolute paths relative to the current serverMartin Storsjö2011-02-04
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-24
* prevent integer overflow in calculating durationJohn Wimer2011-01-17
* applehttp: Add comments to make_absolute_urlMartin Storsjö2010-10-02
* applehttp: Handle a .. path segment in the base urlMartin Storsjö2010-10-02
* ReindentMartin Storsjö2010-10-02
* applehttp: Allow the base url to be a local file name, tooMartin Storsjö2010-10-02
* applehttp: define _XOPEN_SOURCE=600 as required for usleep()Måns Rullgård2010-08-19
* Add Apple HTTP Live Streaming demuxerMartin Storsjö2010-08-19