History | View | Annotate | Download (2.49 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
avio: make url_setbufsize internal.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
lavf: move ff_get_v from avio.h to avio_internal.h
And rename it to ffio_read_varlen.
avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h
also change its prefix to ffio
avio: fix fourcc if any character is >=0x80.
Fixes issue 2638.
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
avio: make put_nbyte internal.
avio: make get_partial_buffer internal.
avio: move init_put_byte() to a new private header and rename it
init_put_byte should never be used outside of lavf, sincesizeof(AVIOContext) isn't part of public ABI.