Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
357 additions
and 225 deletions.
- +17 −88 libavcodec/ass.c
- +5 −48 libavcodec/ass.h
- +8 −13 libavcodec/assdec.c
- +7 −0 libavcodec/avcodec.h
- +2 −3 libavcodec/jacosubdec.c
- +1 −1 libavcodec/libzvbi-teletextdec.c
- +2 −10 libavcodec/microdvddec.c
- +3 −11 libavcodec/movtextdec.c
- +2 −6 libavcodec/mpl2dec.c
- +2 −5 libavcodec/realtextdec.c
- +2 −6 libavcodec/samidec.c
- +3 −13 libavcodec/srtdec.c
- +2 −5 libavcodec/subviewerdec.c
- +2 −6 libavcodec/textdec.c
- +191 −2 libavcodec/utils.c
- +3 −8 libavcodec/webvttdec.c
- +1 −0 libavutil/Makefile
- +43 −0 libavutil/subtitles.c
- +61 −0 libavutil/subtitles.h
Oops, something went wrong.