summaryrefslogtreecommitdiff
path: root/libavformat/applehttpproto.c
Commit message (Expand)AuthorAge
* proto: Realign struct initializersMartin Storsjö2011-12-01
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* applehttpproto: Use the close function if the open function failsMartin Storsjö2011-12-01
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-13
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-20
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-06
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_read() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-17
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* avio: deprecate url_feofAnton Khirnov2011-03-07
* Add Apple HTTP Live Streaming protocol handlerMartin Storsjö2011-03-06