summaryrefslogtreecommitdiff
path: root/libavformat/applehttp.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-23
|\
| * applehttp: Change the variable for stream position in seconds into int64_tMartin Storsjö2011-03-21
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-17
| * applehttp: Fix a typo in a commentMartin Storsjö2011-03-17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-15
|\|
| * Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * 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
* | 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-06
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
* | applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-26
|/
* 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