112 Commits (c0d9327a63db2b7f15783b59488a480e5d9d6d56)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 6ed0d95fa2 avcodec/codec_internal: Constify AVPacket in decode_sub cb 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt fb59a42ef9 avcodec/codec_internal: Add FFCodec.decode_sub 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt cee04cbfe1 avcodec/decode: Fix leaks upon subtitle decoding errors 3 years ago
Andreas Rheinhardt d59f454ed2 avcodec/pgssubdec: Use dedicated pointer for accesses 3 years ago
Andreas Rheinhardt 58228ab9b9 avcodec/pgssubdec: Remove redundant freeing code 3 years ago
Andreas Rheinhardt 200a372837 avcodec/pgssubdec: Always return error upon allocation error 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 6834c79636 avcodec/pgssubdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt d947464ad4 avcodec: Remove deprecated AVPicture API 4 years ago
Limin Wang 766888e519 avcodec/pgssubdec: replace data_size with got_sub_ptr for better readability 5 years ago
Michael Niedermayer b0a718923b avcodec/pgssubdec: Free subtitle on error 5 years ago
Michael Niedermayer e35c3d887b avcodec/pgssubdec: Check for duplicate display segments 6 years ago
Andreas Cadhalpun 842e98b4d8 pgssubdec: reset rle_data_len/rle_remaining_len on allocation error 8 years ago
Andreas Cadhalpun 612cc07128 pgssubdec: reset rle_data_len/rle_remaining_len on allocation error 8 years ago
Andreas Cadhalpun 995512328e pgssubdec: only set w/h/linesize when allocating data 8 years ago
Diego Biurrun b7e64fba7f Reduce the scope of some variables 9 years ago
Jan Ekström 885a9d6087 pgssub: Fix subpicture colorspace and range 9 years ago
Jan Ekström 9779b62624 pgssubdec: fix subpicture output colorspace and range 9 years ago
Michael Niedermayer 4f2419888b avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int 9 years ago
Petri Hintukainen 7139489c45 pgssubdec: fix API compability layer 9 years ago
Michael Niedermayer ebf5264cd6 avcodec/pgssubdec: Check dimensions for 0 9 years ago
Vittorio Giovara a17a766190 lavc: Add data and linesize to AVSubtitleRect 9 years ago
Clément Bœsch 8e22becbc7 avcodec/pgssubdec: use AV_OPT_TYPE_BOOL for forced_subs_only option 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 4207c5a4ce avcodec/pgssubdec: Use av_malloc*_array() 10 years ago
Michael Niedermayer d98e6c5d5d pgssubdec: Check RLE size before copying 11 years ago
Michael Niedermayer 2cebd17e3f avcodec/pgssubdec: Fix input pts 11 years ago
Michael Niedermayer e429d6c197 avcodec/pgssubdec: remove unused variables 11 years ago
Michael Niedermayer 89bcb77726 avcodec/pgssubdec: Check input buffer size in parse_presentation_segment() 11 years ago
John Stebbins 0c911c8fbc avcodec/pgssubdec: fix end display time 11 years ago
John Stebbins 066a4819cc avcodec/pgssubdec: Bail out of decode_rle() if error and AV_EF_EXPLODE is set 11 years ago
John Stebbins fc7da418ff avcodec/pgssubdec: better error codes 11 years ago
John Stebbins 5c019ec91d avcodec/pgssubdec: Pass AVSubtitleRect to decode_rle() 11 years ago
John Stebbins 4701f7676c avcodec/pgssubdec: split out flush_cache() 11 years ago
John Stebbins ca7f2a7372 avcodec/pgssubdec: do not fail when part of the packet is faulty unless AV_EF_EXPLODE is set 11 years ago
John Stebbins 376f353e3d avcodec/pgssubdec: rename PICTURE_SEGMENT 11 years ago
John Stebbins 253d0be6a1 pgssubdec: handle more complex PGS scenarios 11 years ago
Michael Niedermayer e8e9186a70 avcodec/pgssubdec: Use av_malloc(z)_array() 11 years ago
Diego Biurrun f9279ee749 dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h 11 years ago
Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 11 years ago
Michael Niedermayer 1a01dc8343 avcodec/pgssubdec: Use av_fast_padded_malloc() for rle buffer 11 years ago
Anton Khirnov 41ad353dcf pgssubdec: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago