summaryrefslogtreecommitdiffstats
path: root/libavformat/applehttpproto.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-1/+0
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-201-5/+5
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-3/+3
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-7/+5
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-3/+3
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-061-1/+1
* avio: make url_close() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_read() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_open() internal.Anton Khirnov2011-04-041-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-171-53/+2
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-2/+2
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* Add Apple HTTP Live Streaming protocol handlerMartin Storsjö2011-03-061-0/+358
OpenPOWER on IntegriCloud