summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-221-16/+25
|\
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-8/+18
* | Merge commit '1da2a20763ae9ca579d5fd20763065871ddf6311'Hendrik Leppkes2015-10-051-4/+5
|\ \ | |/
| * dvbsubdec: Fix function return typeVittorio Giovara2015-10-041-1/+2
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-181-3/+3
* | avcodec/dvbsubdec: Print field lens in case they are too lergeMichael Niedermayer2015-08-131-1/+1
* | lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos2015-08-111-1/+1
* | avcodec/dvbsubdec: Do not stop decoding at a invalid depthMichael Niedermayer2015-08-051-1/+0
* | lavc/dvbsub: Do not fail on clut depth 0.Carl Eugen Hoyos2015-08-041-1/+1
* | avcodec/dvbsubdec: Allow selecting the substream, or all substreamsMichael Niedermayer2015-08-041-6/+13
* | avcodec/dvbsubdec: Implement display definition segment fallback from ETSI E...Michael Niedermayer2015-07-291-0/+7
* | avcodec/dvbsubdec: Add option to select when to computer clut (always/never/"...Michael Niedermayer2015-07-271-1/+3
* | avcodec/dvbsubdec: Compute default CLUT based on bitmap analysisMichael Niedermayer2015-07-261-0/+60
* | avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segm...banastasov2015-05-301-3/+3
* | avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failureMichael Niedermayer2015-05-141-1/+5
* | avcodec/dvbsubdec: Do not return a value from a function returning voidMichael Niedermayer2015-04-261-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-22/+23
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-21/+22
* | Merge commit '607ad990d31e6be52980970e5ce8cd25ab3de812'Michael Niedermayer2015-01-271-23/+40
|\ \ | |/
| * dvbsubdec: check memory allocations and propagate errorsVittorio Giovara2015-01-271-30/+58
* | avcodec/dvbsubdec: Check get_region() return valueMichael Niedermayer2015-01-171-0/+6
* | avcodec/dvbsubdec: Return proper error codes from more functionsMichael Niedermayer2015-01-101-11/+16
* | avcodec/dvbsubdec: Add some av_malloc() failure checksMichael Niedermayer2015-01-101-0/+4
* | avcodec/dvbsubdec: Remove redundant "DVBSub error" prefixMichael Niedermayer2014-12-061-3/+3
* | avcodec/dvbsubdec: Pass context to av_log()Michael Niedermayer2014-12-051-9/+11
* | avcodec/dvbsubdec: av_assert* instead of assert()Michael Niedermayer2014-11-121-1/+1
* | avcodec/dvbsubdec: Cleanup on *malloc failureMichael Niedermayer2014-11-121-7/+23
* | Merge commit '443502aed8b814d883825e52e91e4f018955aa66'Michael Niedermayer2014-11-111-16/+8
|\ \ | |/
| * dvbsubdec: move shared codepathVittorio Giovara2014-11-111-15/+8
* | avcodec/dvbsubdec: Fix 8bit non_mod caseMichael Niedermayer2014-11-111-5/+7
* | avcodec/dvbsubdec: use av_freep() for safteyMichael Niedermayer2014-11-111-3/+3
* | Merge commit '2383323661f3b8342b2c4d356fcfe8c5d1b045f8'Michael Niedermayer2014-11-111-0/+13
|\ \ | |/
| * dvbsubdec: improve error checkingVittorio Giovara2014-11-111-5/+15
| * dvbsubdec: add missing breakJernej Fijačko2014-11-111-0/+1
* | avcodec/dvbsubdec: Add return code to save_subtitle_set()Michael Niedermayer2014-11-111-2/+4
* | avcodec/dvbsubdec: use av_freep() to avoid leaving stale pointersMichael Niedermayer2014-10-301-9/+9
* | avcodec/dvbsubdec: merge declaration and initMichael Niedermayer2014-10-301-9/+3
* | avcodec/dvbsubdec: make compute_edt user settableMichael Niedermayer2014-09-011-1/+2
* | avcodec/dvbsubdec: dont mix integers with pointersMichael Niedermayer2014-08-161-2/+2
* | avcodec/dvbsubdec: removed unnecessary null check for subtitleAnshul Maheshwari2014-07-021-1/+1
* | avcodec/dvbsubdec: fix ignoring blank frame by updating got_outputAnshul Maheshwari2014-06-271-8/+7
* | avcodec/dvbsubdec: support returning exact end timesAnshul Maheshwari2014-06-221-14/+45
* | avcodec/dvbsubdec: Split save_subtitle_set() outAnshul Maheshwari2014-06-151-78/+81
* | avcodec/dvbsubdec: add AVClass to contextAnshul Maheshwari2014-06-151-0/+12
* | avcodec/dvbsubdec: restructure version checkAnshul Maheshwari2014-06-151-2/+3
* | avcodec/dvbsubdec: add some basic av_log debuging supportMichael Niedermayer2014-06-041-1/+7
* | avcodec/dvbsubdec: use av_mallocz_array()Michael Niedermayer2014-04-221-1/+1
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-051-1/+1
|\ \ | |/
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+1
OpenPOWER on IntegriCloud