summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsubdec.c
Commit message (Expand)AuthorAge
* Merge commit '7effebde78977fafce935776153ea2f7c0981fa3'Clément Bœsch2017-03-19
|\
| * dvbsubdec: Remove disabled, near-duplicate debug codeDiego Biurrun2016-08-17
| * dvbsubdec: Use NULL instead of 0 as pointer valueDiego Biurrun2016-08-03
* | dvbsubdec: fix division by zero in compute_default_clutAndreas Cadhalpun2016-11-10
* | Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch2016-06-21
|\|
| * Reduce the scope of some variablesDiego Biurrun2016-05-11
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-22
|\|
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-21
* | Merge commit '1da2a20763ae9ca579d5fd20763065871ddf6311'Hendrik Leppkes2015-10-05
|\|
| * dvbsubdec: Fix function return typeVittorio Giovara2015-10-04
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-18
* | avcodec/dvbsubdec: Print field lens in case they are too lergeMichael Niedermayer2015-08-13
* | lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos2015-08-11
* | avcodec/dvbsubdec: Do not stop decoding at a invalid depthMichael Niedermayer2015-08-05
* | lavc/dvbsub: Do not fail on clut depth 0.Carl Eugen Hoyos2015-08-04
* | avcodec/dvbsubdec: Allow selecting the substream, or all substreamsMichael Niedermayer2015-08-04
* | avcodec/dvbsubdec: Implement display definition segment fallback from ETSI E...Michael Niedermayer2015-07-29
* | avcodec/dvbsubdec: Add option to select when to computer clut (always/never/"...Michael Niedermayer2015-07-27
* | avcodec/dvbsubdec: Compute default CLUT based on bitmap analysisMichael Niedermayer2015-07-26
* | avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segm...banastasov2015-05-30
* | avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failureMichael Niedermayer2015-05-14
* | avcodec/dvbsubdec: Do not return a value from a function returning voidMichael Niedermayer2015-04-26
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Merge commit '607ad990d31e6be52980970e5ce8cd25ab3de812'Michael Niedermayer2015-01-27
|\|
| * dvbsubdec: check memory allocations and propagate errorsVittorio Giovara2015-01-27
* | avcodec/dvbsubdec: Check get_region() return valueMichael Niedermayer2015-01-17
* | avcodec/dvbsubdec: Return proper error codes from more functionsMichael Niedermayer2015-01-10
* | avcodec/dvbsubdec: Add some av_malloc() failure checksMichael Niedermayer2015-01-10
* | avcodec/dvbsubdec: Remove redundant "DVBSub error" prefixMichael Niedermayer2014-12-06
* | avcodec/dvbsubdec: Pass context to av_log()Michael Niedermayer2014-12-05
* | avcodec/dvbsubdec: av_assert* instead of assert()Michael Niedermayer2014-11-12
* | avcodec/dvbsubdec: Cleanup on *malloc failureMichael Niedermayer2014-11-12
* | Merge commit '443502aed8b814d883825e52e91e4f018955aa66'Michael Niedermayer2014-11-11
|\|
| * dvbsubdec: move shared codepathVittorio Giovara2014-11-11
* | avcodec/dvbsubdec: Fix 8bit non_mod caseMichael Niedermayer2014-11-11
* | avcodec/dvbsubdec: use av_freep() for safteyMichael Niedermayer2014-11-11
* | Merge commit '2383323661f3b8342b2c4d356fcfe8c5d1b045f8'Michael Niedermayer2014-11-11
|\|
| * dvbsubdec: improve error checkingVittorio Giovara2014-11-11
| * dvbsubdec: add missing breakJernej Fijačko2014-11-11
* | avcodec/dvbsubdec: Add return code to save_subtitle_set()Michael Niedermayer2014-11-11
* | avcodec/dvbsubdec: use av_freep() to avoid leaving stale pointersMichael Niedermayer2014-10-30
* | avcodec/dvbsubdec: merge declaration and initMichael Niedermayer2014-10-30
* | avcodec/dvbsubdec: make compute_edt user settableMichael Niedermayer2014-09-01
* | avcodec/dvbsubdec: dont mix integers with pointersMichael Niedermayer2014-08-16
* | avcodec/dvbsubdec: removed unnecessary null check for subtitleAnshul Maheshwari2014-07-02
* | avcodec/dvbsubdec: fix ignoring blank frame by updating got_outputAnshul Maheshwari2014-06-27
* | avcodec/dvbsubdec: support returning exact end timesAnshul Maheshwari2014-06-22
* | avcodec/dvbsubdec: Split save_subtitle_set() outAnshul Maheshwari2014-06-15