93 Commits (c8dea81921504c5e25a705dec4438dc95463f49b)

Author SHA1 Message Date
Andreas Cadhalpun 842e98b4d8 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 9 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 10 years ago
Michael Niedermayer 2cebd17e3f avcodec/pgssubdec: Fix input pts 10 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 11 years ago
Thilo Borgmann f18ccb529f Fix wrong use of "an" in some comments. 11 years ago
Paul B Mahol 6549a9b753 pgssubdec: remove unused variable 12 years ago
John Stebbins 1c5805521c PGS subtitles: Set AVSubtitle pts value 12 years ago
Michael Niedermayer c0d68be555 pgssubdec: check RLE size before copying. Fix out of array accesses 12 years ago
John Stebbins 85f67c4865 PGS subtitles: Expose forced flag 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Nicolas George 37bbc9eb8b lavc/pgssubdec: use the PTS from the presentation segment. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
hakuya 79e5902cf1 Exposing forced flag for DVD and PGS subtitles 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun ffae713a5b Fix a bunch of common typos. 13 years ago
Carl Eugen Hoyos 36436a4032 Add option forced_subs_only for Bluray subtitles. 13 years ago
David Mitchell d150a147da Improve support for PGS subtitles. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun be73d76b34 cosmetics: fix some then/than typos 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Alexandre Colucci d980d7b129 pgssubdec: fix incorrect colors. 14 years ago
Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 14 years ago
Alexandre Colucci 5fd7bc25f1 Fix incorrect colors when decoding Blu-ray subtitles 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago