summaryrefslogtreecommitdiffstats
path: root/libavformat/avio_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
| | | | | Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-121-26/+0
| | | | It seems their replacements won't be ready anytime soon.
* 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
| | | | | | It's not used anywhere internally. Salvage its documentation for ffio_read_seek.
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-051-0/+5
| | | | | | It's not used anywhere internally. Salvage its documentation for ffio_read_pause.
* avio: make url_fdopen internal.Anton Khirnov2011-04-031-0/+13
| | | | | The unbuffered URLContext API will be made private, so there's no point in this function being public.
* avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-031-0/+11
| | | | | | | It doesn't look fit to be a part of the public API. Adding a temporary hack to ffserver to be able to use it, should be cleaned up when somebody is up for it.
* 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
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-211-0/+5
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avio: make url_setbufsize internal.Anton Khirnov2011-03-161-0/+3
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-161-0/+2
| | | | | | And rename it to ffio_read_varlen. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: move ff_rewind_with_probe_data from avio.h to avio_internal.hAnton Khirnov2011-03-071-0/+14
| | | | | | also change its prefix to ffio Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: fix fourcc if any character is >=0x80.Ronald S. Bultje2011-03-041-1/+4
| | | | Fixes issue 2638.
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-0/+2
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: make put_nbyte internal.Anton Khirnov2011-02-211-0/+2
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-211-0/+8
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-0/+35
init_put_byte should never be used outside of lavf, since sizeof(AVIOContext) isn't part of public ABI. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
OpenPOWER on IntegriCloud