79 Commits (d445a2e7d8930077ca4da60c4a830457430358e1)

Author SHA1 Message Date
  Jan Ekström d445a2e7d8 pgssubdec: fix subpicture output colorspace and range 9 years ago
  Michael Niedermayer c676db730e avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int 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 12 years ago
  Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 12 years ago
  Michael Niedermayer 1a01dc8343 avcodec/pgssubdec: Use av_fast_padded_malloc() for rle buffer 12 years ago
  Anton Khirnov 41ad353dcf pgssubdec: stop using deprecated avcodec_set_dimensions 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Thilo Borgmann f18ccb529f Fix wrong use of "an" in some comments. 12 years ago
  Paul B Mahol 6549a9b753 pgssubdec: remove unused variable 13 years ago
  John Stebbins 1c5805521c PGS subtitles: Set AVSubtitle pts value 13 years ago
  Michael Niedermayer c0d68be555 pgssubdec: check RLE size before copying. Fix out of array accesses 13 years ago
  John Stebbins 85f67c4865 PGS subtitles: Expose forced flag 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Nicolas George 37bbc9eb8b lavc/pgssubdec: use the PTS from the presentation segment. 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  hakuya 79e5902cf1 Exposing forced flag for DVD and PGS subtitles 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Diego Biurrun ffae713a5b Fix a bunch of common typos. 14 years ago
  Carl Eugen Hoyos 36436a4032 Add option forced_subs_only for Bluray subtitles. 14 years ago
  David Mitchell d150a147da Improve support for PGS subtitles. 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 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. 15 years ago
  Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 15 years ago
  Alexandre Colucci 5fd7bc25f1 Fix incorrect colors when decoding Blu-ray subtitles 15 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 15 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 15 years ago
  Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 15 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 15 years ago
  Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 15 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 15 years ago
  Reimar Döffinger 097ea6db27 100l, fix missing decrement on split PGS packets. 15 years ago
  Reimar Döffinger 6b133d7e9c Fail RLE decoding if insufficient data for a complete bitmap was decoded. 15 years ago
  Mark Goodman 83cd91122a Support PGS subtitles with RLE data split over mutiple packets. 15 years ago
  Reimar Döffinger c4d5ee233a Fix indentation. 15 years ago