summaryrefslogtreecommitdiff
path: root/libavformat/applehttp.c
Commit message (Expand)AuthorAge
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
* applehttp: fix variant discard logicLuca Barbato2011-08-04
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö2011-04-24
* applehttp: Handle AES-128 encrypted streamsMartin Storsjö2011-04-23
* applehttp: Expose the stream bitrate via metadataMartin Storsjö2011-04-21
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö2011-04-13
* applehttp: don't use deprecated url_ functions.Anton Khirnov2011-04-08
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-07
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* applehttp: Merge two for loopsMartin Storsjö2011-04-04
* applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö2011-04-04
* applehttp: Move finished and target_duration to the variant structMartin Storsjö2011-04-04
* 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
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-17
* applehttp: Fix a typo in a commentMartin Storsjö2011-03-17
* 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
* 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