77 Commits (3cb0bec6870cf0bb7879f7bfd4119ef39a02a464)

Author SHA1 Message Date
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
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Reimar Döffinger 097ea6db27 100l, fix missing decrement on split PGS packets. 14 years ago
Reimar Döffinger 6b133d7e9c Fail RLE decoding if insufficient data for a complete bitmap was decoded. 14 years ago
Mark Goodman 83cd91122a Support PGS subtitles with RLE data split over mutiple packets. 14 years ago
Reimar Döffinger c4d5ee233a Fix indentation. 14 years ago
Reimar Döffinger 931856a267 Improve PGS parsing: the "state" field is not relevant to us, 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago