summaryrefslogtreecommitdiffstats
path: root/libavformat/applehttp.c
Commit message (Expand)AuthorAgeFilesLines
...
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-180/+187
|\ \ | |/
| * applehttp: Merge two for loopsMartin Storsjö2011-04-041-10/+7
| * applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö2011-04-041-166/+166
| * applehttp: Move finished and target_duration to the variant structMartin Storsjö2011-04-041-15/+25
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-231-1/+2
|\ \ | |/
| * applehttp: Change the variable for stream position in seconds into int64_tMartin Storsjö2011-03-211-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-54/+3
|\ \ | |/
| * lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-171-53/+2
| * applehttp: Fix a typo in a commentMartin Storsjö2011-03-171-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-151-1/+1
|\ \ | |/
| * Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-1/+1
| * avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
| * avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-8/+8
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
| * applehttp: Handle absolute paths relative to the current serverMartin Storsjö2011-02-041-0/+14
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
| * applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-241-1/+1
* | avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-8/+8
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
* | applehttp: Handle absolute paths relative to the current serverMartin Storsjö2011-02-061-0/+14
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
* | applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-261-1/+1
|/
* prevent integer overflow in calculating durationJohn Wimer2011-01-171-1/+1
* applehttp: Add comments to make_absolute_urlMartin Storsjö2010-10-021-0/+4
* applehttp: Handle a .. path segment in the base urlMartin Storsjö2010-10-021-0/+6
* ReindentMartin Storsjö2010-10-021-6/+6
* applehttp: Allow the base url to be a local file name, tooMartin Storsjö2010-10-021-4/+6
* applehttp: define _XOPEN_SOURCE=600 as required for usleep()Måns Rullgård2010-08-191-0/+1
* Add Apple HTTP Live Streaming demuxerMartin Storsjö2010-08-191-0/+578
OpenPOWER on IntegriCloud