Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-22avcodec/dvbsubdec: error out on unsupported coding methodsClément Bœsch
2020-08-22avcodec/dvbsubdec: request samples for missing coding methodsClément Bœsch
2020-07-08avcodec/dvbsubdec: CosmeticsLimin Wang
2020-07-08avcodec/dvbsubdec: prefer to use variable instead of type for sizeofLimin Wang
2020-07-08avcodec/dvbsubdec: simplify code by using OFFSET() macroLimin Wang
2020-03-25avcodec/dvbsubdec: replace data_size with got_sub_ptr for better readabilityLimin Wang
2019-07-20avcodec/dvbsubdec: Use ff_set_dimensions()Michael Niedermayer
2019-03-14avcodec/dvbsubdec: Check object positionMichael Niedermayer
2018-06-27avcodec/dvbsubdec: Compute scoretab without iterating over pixels multiple ti...Michael Niedermayer
2017-11-15avcodec/dvbsubdec: Avoid re-computing clutMichael Niedermayer
2017-11-07Merge commit 'a594f17f83a1ffdc1eec18818208fe39487dd5d7'James Almer
2017-10-15avcodec/dvbsubdec: Split best score computation out of loop in compute_defaul...Michael Niedermayer
2017-10-15avcodec/dvbsubdec: Factor a few expressions out of compute_default_clut()Michael Niedermayer
2017-08-26avcodec/dvbsubdec: Check for duplicate regions in dvbsub_parse_page_segment()Michael Niedermayer
2017-06-28dvbsubdec: Free subrect memory on allocation errorVittorio Giovara
2017-06-28dvbsubdec: Fixed segfault when decoding subtitlesLorenz Brun
2017-06-10avcodec/dvbsubdec: Check pixel buffer size constraint from ETSI EN 300 743 V1...Michael Niedermayer
2017-06-10avcodec/dvbsubdec: Use av_image_check_size2()Michael Niedermayer
2017-05-11avcodec/dvbsubdec: Check entry_idMichael Niedermayer
2017-05-08avcodec/dvbsubdec: check region dimensionsMichael Niedermayer
2017-04-06avcodec/dvbsubdec: Replace fprintf(stderr) by av_log()Michael Niedermayer
2017-04-03Merge commit 'b34c6cd57a2e8aad5f773aea933f77883de320ec'Clément Bœsch
2017-04-03Merge commit 'b8cd7a3c8df2c3aac8d7a0b5a02d83caf61bd769'Clément Bœsch
2017-03-19Merge commit '7effebde78977fafce935776153ea2f7c0981fa3'Clément Bœsch
2017-02-07Use bitstream_init8() where appropriateDiego Biurrun
2017-01-09dvbsubdec: Convert to the new bitstream readerAlexandra Hájková
2016-11-23dvbsub: cosmetics: Group all debug code togetherDiego Biurrun
2016-11-23dvbsub: Check for errors from system()Diego Biurrun
2016-11-10dvbsubdec: fix division by zero in compute_default_clutAndreas Cadhalpun
2016-08-17dvbsubdec: Remove disabled, near-duplicate debug codeDiego Biurrun
2016-08-03dvbsubdec: Use NULL instead of 0 as pointer valueDiego Biurrun
2016-06-21Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch
2016-05-11Reduce the scope of some variablesDiego Biurrun
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-22Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes
2015-10-21lavc: Add data and linesize to AVSubtitleRectVittorio Giovara
2015-10-05Merge commit '1da2a20763ae9ca579d5fd20763065871ddf6311'Hendrik Leppkes
2015-10-04dvbsubdec: Fix function return typeVittorio Giovara
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-08-13avcodec/dvbsubdec: Print field lens in case they are too lergeMichael Niedermayer
2015-08-11lavc: Remove newline from avpriv_request_sample() calls.Carl Eugen Hoyos
2015-08-05avcodec/dvbsubdec: Do not stop decoding at a invalid depthMichael Niedermayer
2015-08-04lavc/dvbsub: Do not fail on clut depth 0.Carl Eugen Hoyos
2015-08-04avcodec/dvbsubdec: Allow selecting the substream, or all substreamsMichael Niedermayer
2015-07-29avcodec/dvbsubdec: Implement display definition segment fallback from ETSI E...Michael Niedermayer
2015-07-27avcodec/dvbsubdec: Add option to select when to computer clut (always/never/"...Michael Niedermayer
2015-07-26avcodec/dvbsubdec: Compute default CLUT based on bitmap analysisMichael Niedermayer
2015-05-30avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segm...banastasov
2015-05-15avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failureMichael Niedermayer
2015-04-26avcodec/dvbsubdec: Do not return a value from a function returning voidMichael Niedermayer