summaryrefslogtreecommitdiff
path: root/libavformat/avio_internal.h
Commit message (Expand)AuthorAgeFilesLines
* avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-131-0/+4
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-121-26/+0
* avio: make URLContext internal.Anton Khirnov2011-04-081-0/+1
* avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov2011-04-081-4/+0
* avio: deprecate av_url_read_seekAnton Khirnov2011-04-051-0/+17
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-051-0/+5
* avio: make url_fdopen internal.Anton Khirnov2011-04-031-0/+13
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-031-0/+11
* avio: make get_checksum() internal.Anton Khirnov2011-03-301-0/+1
* avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.hAnton Khirnov2011-03-301-0/+2
* avio: make init_checksum() internal.Anton Khirnov2011-03-301-0/+3
* avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-231-0/+4
* avio: cosmetics - nicer vertical alignment.Anton Khirnov2011-03-231-1/+1
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-211-0/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: make url_setbufsize internal.Anton Khirnov2011-03-161-0/+3
* lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-161-0/+2
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-071-0/+14
* avio: fix fourcc if any character is >=0x80.Ronald S. Bultje2011-03-041-1/+4
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-0/+2
* avio: make put_nbyte internal.Anton Khirnov2011-02-211-0/+2
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-211-0/+8
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-0/+35