30 Commits (47362785ae0fe71880845ff2237a1bc3ea41e4dc)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt a380343c75 avcodec/assdec: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 47b6ca0b02 avcodec/assdec: undefined use of memcpy() 5 years ago
Clément Bœsch 2941282124 lavc: allow subtitle text format to be ASS without timing 9 years ago
Clément Bœsch 805685fffd Kill timed SSA 9 years ago
Vittorio Giovara 9745f19ffc assdec: check the right variable 10 years ago
Clément Bœsch 7c1a002c78 subtitles: introduce ASS codec id and use it. 12 years ago
Clément Bœsch 36e61e24e7 lavc: add ff_bprint_to_extradata() helper and use it. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Michael Niedermayer dd20e7ede5 assdec: check that the alloc+init of the private data succeeded. 13 years ago
Nicolas George e5dd4ae728 assdec: avoid a possible NULL dereference. 13 years ago
Clément Bœsch cc7342f712 assdec: fix wrong alloc pointer check. 13 years ago
Aurelien Jacobs 6873cf9bc8 compute rects duration in ASS decoder 14 years ago
Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
Aurelien Jacobs 5952be07dc add missing files in previous commit (ASS encoder and decoder) 14 years ago