History | View | Annotate | Download (4.43 KB)
Move find_info_tag to lavu and add av_ prefix to it
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>(cherry picked from commit ab0287fcbdebc8ff416214535d7ee8424406990e)
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.
Signed-off-by: Mans Rullgard <mans@mansr.com>...
Merge libavcore into libavutil
Done to keep ABI compatible. Otherwise this is just silly