History | View | Annotate | Download (3.75 KB)
Chronomaster DFA decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
Bitmap Brothers JV demuxer
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Update version and APIchanges.
Update libavformat/version.h and doc/APIChanges after renaminginit_put_byte() and ByteIOContext to ffio_init_context() (private)and AVIOContext, (public), and deprecating the originals.
lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Move find_info_tag to lavu and add av_ prefix to it
Deprecate parse_date() in favor of av_parse_time().
The new av_parse_time() is created in libavutil/parseutils.h, all theinternal functions used by parse_date are moved tolibavutil/parseutils.c and made static.
lavf: add av_ prefix to dump_format()
lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI
lavf: deprecate AVFormatContext.index_built
it's not touched anywhere in ffmpeg, the code setting it was removedover two years ago (e9b78eeba22b050810a507e69df1b652e56ab62b).
add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED
lavf: rename ff_probe_input_buffer to make it public
It is useful for applications that hand input data directly to lavf viaa ByteIOContext.
Update MINOR and set git rev for non-blocking flag API addition.
libavformat: Add a function for freeing an AVFormatContext
This function is useful for freeing data structures allocated bymuxers, which currently have to be freed manually by the caller.
Add forgotten minor API bumps and APIChanges entries
The bumps are for adding version.h and avio_{get/put}_str functions inlavf and making av_dlog public in lavu.
avio: add av_put_str and deprecate put_strz in favor of it
lavf: move the version macros to a new header