70 Commits (e4e9144a5c6fbf42c0d48bbd323c12bc7d5409d8)

Author SHA1 Message Date
Paul B Mahol e1530a319a avcodec/cdgraphics: fix for negative linesize and vertical scrolling 1 year ago
Paul B Mahol c192ebc806 avcodec/cdgraphics: fix decoding with AVFrame's negative linesize 1 year ago
Andreas Rheinhardt cfa47fd331 all: Use av_frame_replace() where appropriate 1 year ago
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Michael Niedermayer b7e30a13d4 avcodec/cdgraphics: limit scrolling to the line 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 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
Michael Niedermayer 10add8bb66 avcodec/cdgraphics: avoid signed overflow in alpha 3 years ago
Paul B Mahol 8718f8cfaf avcodec/cdgraphics: fix transparency handling 3 years ago
Paul B Mahol 1c49d74fad avcodec/cdgraphics: unbreak rendering of vertical scrolling 3 years ago
Andreas Rheinhardt 846e8d6576 avcodec/cdgraphics: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer fef17e8928 avcodec/cdgraphics: Check frame before clearing 4 years ago
Paul B Mahol e1da139a33 avcodec/cdgraphics: fix decoded output when seeking to start of file 4 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer 9a9f0e239c avcodec/cdgraphics: Use ff_set_dimensions() 6 years ago
Michael Niedermayer d134b8d85f avcodec/cdgraphics: Clear first frame only once 6 years ago
Carl Eugen Hoyos 2f1d6d45af lavc/cdg: Add transparency support. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Anton Khirnov c7d9b473e2 cdgraphics: do not return 0 from the decode function 10 years ago
Anton Khirnov a1599f3f7e cdgraphics: switch to bytestream2 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer f9db2fc84d cdgraphics: initialize buffer 12 years ago
Michael Niedermayer ad002e1a13 avcodec/cdgraphics: check buffer size before use 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Paul B Mahol 85921499c7 cdgraphics: set palette to zero too 12 years ago
Anton Khirnov 238614de67 cdgraphics: do not rely on get_buffer() initializing the frame. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Xi Wang 0d3123666a cdgraphics: fix incorrect vertical offset mask in cdg_scroll() 12 years ago
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 1e5c7376c4 cdgraphics: Fix out of array write 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Carl Eugen Hoyos 973f3d3e0e Set CD Graphics palette opaque. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Mans Rullgard e23a05ab06 Fix incorrect max_lowres values 14 years ago
Diego Biurrun bee6d2fd76 doxygen: replace @sa tag by the more readable but equivalent @see 14 years ago
ami_stuff 0fea3b7b80 Remove lowres support from cdgraphics decoder 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