https://github.com/eVRydayVR/ffmpeg-unwarpvr
Revision 8bc0127b3d591a06da4ba2e349324c2ee2f3153a authored by Clément Bœsch on 30 December 2012, 05:53:48 UTC, committed by Carl Eugen Hoyos on 01 January 2013, 17:19:50 UTC
This is consistent with the other ff_ass_split_* functions.

It also fixes a crash when trying to split a dialog with text=NULL
(which seems to happen when the text of the dialog is empty); basically,
this commit fixes crashes when trying to encode an empty text subtitle
dialog (see subrip and mov_text encoders).

Fixes Ticket2048.
(cherry picked from commit c83002a4f8042ccfa0688a9a18e8fa0369c1fda8)
1 parent 5f0e5b4
History
Tip revision: 8bc0127b3d591a06da4ba2e349324c2ee2f3153a authored by Clément Bœsch on 30 December 2012, 05:53:48 UTC
lavc/ass_split: check for NULL pointer in ff_ass_split_override_codes().
Tip revision: 8bc0127
File Mode Size
doc
libavcodec
libavdevice
libavfilter
libavformat
libavresample
libavutil
libpostproc
libswresample
libswscale
mt-work
presets
tests
tools
.gitignore -rw-r--r-- 817 bytes
COPYING.GPLv2 -rw-r--r-- 17.7 KB
COPYING.GPLv3 -rw-r--r-- 34.3 KB
COPYING.LGPLv2.1 -rw-r--r-- 25.9 KB
COPYING.LGPLv3 -rw-r--r-- 7.5 KB
CREDITS -rw-r--r-- 1.0 KB
Changelog -rw-r--r-- 33.3 KB
Doxyfile -rw-r--r-- 67.2 KB
INSTALL -rw-r--r-- 564 bytes
LICENSE -rw-r--r-- 2.2 KB
MAINTAINERS -rw-r--r-- 19.9 KB
Makefile -rw-r--r-- 4.8 KB
README -rw-r--r-- 309 bytes
RELEASE -rw-r--r-- 7 bytes
VERSION -rw-r--r-- 7 bytes
arch.mak -rw-r--r-- 523 bytes
cmdutils.c -rw-r--r-- 39.2 KB
cmdutils.h -rw-r--r-- 12.1 KB
cmdutils_common_opts.h -rw-r--r-- 1.5 KB
common.mak -rw-r--r-- 3.2 KB
configure -rwxr-xr-x 118.2 KB
ffmpeg.c -rw-r--r-- 218.3 KB
ffplay.c -rw-r--r-- 108.1 KB
ffprobe.c -rw-r--r-- 59.9 KB
ffserver.c -rw-r--r-- 155.1 KB
library.mak -rw-r--r-- 3.3 KB
version.sh -rwxr-xr-x 1.4 KB

README

back to top