summaryrefslogtreecommitdiffstats
path: root/libavcodec/samidec.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc/samidec: properly raise errors from sami_paragraph_to_ass()Clément Bœsch2017-11-291-2/+5
|
* avcodec/samidec: check av_strdup() return valuePan Bian2017-11-291-0/+3
| | | | | | | | In function sami_paragraph_to_ass(), the return value of av_strdup() is not checked. To avoid potential NULL dereference, the return value should be checked against NULL. Signed-off-by: Pan Bian <bianpan2016@163.com>
* avcodec/samidec: Check ff_htmlmarkup_to_ass() return codeMichael Niedermayer2017-05-081-2/+6
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavc/options: add ass_ro_flush_noop to flags2Clément Bœsch2016-02-261-1/+2
|
* lavc: allow subtitle text format to be ASS without timingClément Bœsch2016-02-261-4/+10
|
* avcodec/samidec: small indent fixClément Bœsch2015-09-061-1/+1
|
* avcodec/samidec: use ff_htmlmarkup_to_ass()Yayoi2015-09-061-4/+19
| | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* avcodec/samidec: make sure to properly restore parsing context after a tagClément Bœsch2015-03-061-0/+1
|
* avcodec/ass: add ASS trailing \r\n in one single placeClément Bœsch2014-10-191-1/+1
|
* avcodec/ass: assume raw=0 in ff_ass_add_rect_bprintClément Bœsch2014-10-191-1/+1
|
* avcodec/samidec: add some memory checksClément Bœsch2014-09-211-1/+3
|
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-5/+5
| | | | | | | As far as I can tell the code should not change behaviour depending on locale in any of these places. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '36ef5369ee9b336febc2c270f8718cec4476cb85': Replace all CODEC_ID_* with AV_CODEC_ID_* lavc: add AV prefix to codec ids. Conflicts: doc/APIchanges doc/examples/decoding_encoding.c doc/examples/muxing.c ffmpeg.c ffprobe.c ffserver.c libavcodec/8svx.c libavcodec/avcodec.h libavcodec/dnxhd_parser.c libavcodec/dvdsubdec.c libavcodec/error_resilience.c libavcodec/h263dec.c libavcodec/libvorbisenc.c libavcodec/mjpeg_parser.c libavcodec/mjpegenc.c libavcodec/mpeg12.c libavcodec/mpeg4videodec.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c libavcodec/pcm.c libavcodec/r210dec.c libavcodec/utils.c libavcodec/v210dec.c libavcodec/version.h libavdevice/alsa-audio-dec.c libavdevice/bktr.c libavdevice/v4l2.c libavformat/asfdec.c libavformat/asfenc.c libavformat/avformat.h libavformat/avidec.c libavformat/caf.c libavformat/electronicarts.c libavformat/flacdec.c libavformat/flvdec.c libavformat/flvenc.c libavformat/framecrcenc.c libavformat/img2.c libavformat/img2dec.c libavformat/img2enc.c libavformat/ipmovie.c libavformat/isom.c libavformat/matroska.c libavformat/matroskadec.c libavformat/matroskaenc.c libavformat/mov.c libavformat/movenc.c libavformat/mp3dec.c libavformat/mpeg.c libavformat/mpegts.c libavformat/mxf.c libavformat/mxfdec.c libavformat/mxfenc.c libavformat/nsvdec.c libavformat/nut.c libavformat/oggenc.c libavformat/pmpdec.c libavformat/rawdec.c libavformat/rawenc.c libavformat/riff.c libavformat/sdp.c libavformat/utils.c libavformat/vocenc.c libavformat/wtv.c libavformat/xmv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* SAMI demuxer and decoder.Clément Bœsch2012-06-291-0/+158
OpenPOWER on IntegriCloud