index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
gopher.c
Age
Commit message (
Expand
)
Author
2012-01-05
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2011-12-01
proto: Realign struct initializers
Martin Storsjö
2011-12-01
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-11-13
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-04-20
libavformat: Make protocols pass URLContext as log context where available
Martin Storsjö
2011-04-19
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-08
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-07
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-04
avio: make url_close() internal.
Anton Khirnov
2011-04-04
avio: make url_write() internal.
Anton Khirnov
2011-04-04
avio: make url_read() internal.
Anton Khirnov
2011-04-04
avio: make url_open() internal.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-06-27
Make ff_url_split() public
Måns Rullgård
2010-06-01
Declare the url_write buffer parameter as const
Martin Storsjö
2010-03-14
move ff_url_split() and ff_url_join() declarations to internal.h
Aurelien Jacobs
2010-03-08
Reindent
Martin Storsjö
2010-03-08
Rename url_split to ff_url_split
Martin Storsjö
2010-03-05
Use ff_url_join for assembling URLs, instead of snprintf
Martin Storsjö
2009-02-11
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
Toshimitsu Kimura