134 Commits (358fdf30838682f2b183e67d247e0d4d53b5a6a4)

Author SHA1 Message Date
Michael Niedermayer 03a4aa9699
avcodec/flicvideo: consider width in copy loops 1 year ago
Paul B Mahol 873ce68f54 avcodec/flicvideo: add 1bit support 1 year ago
Paul B Mahol c7f8d42c12 avcodec/flicvideo: fix decoding with AVFrame's negative linesize 1 year ago
Andreas Rheinhardt 740ce93fae avcodec/flicvideo: Remove unnecessary cast 1 year ago
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 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
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 5f835efbca avcodec/flicvideo: Check remaining bytes in FLI*COPY 3 years ago
Andreas Rheinhardt 072d2caf42 avcodec/flicvideo: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer e301736862 avcodec/flicvideo: Optimize and Simplify FLI_COPY in flic_decode_frame_24BPP() by using bytestream2_get_buffer() 5 years ago
Michael Niedermayer 54bd47f861 avcodec/flicvideo: Make line_packets int 6 years ago
Michael Niedermayer 37708cbae8 avcodec/flicvideo: Fix off by 1 error in flic_decode_frame_24BPP() 6 years ago
Michael Niedermayer 90e8317b3b avcodec/flicvideo: Fix runtime error: signed integer overflow: 4864 * 459296 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 355e27e24d avcodec/flicvideo: Check frame_size before decrementing 8 years ago
Michael Niedermayer d2657d225c avcodec/flicvideo: Check for chunk overread 8 years ago
Paul B Mahol 3f878aaedf avcodec/flicvideo: update comment, 24bit support is implemented 8 years ago
Paul B Mahol 5781c983d8 avcodec/flicvideo: add support for 24bit flic files 8 years ago
Paul B Mahol 54b5cc035a avcodec/flicvideo: fix some indentation issues 8 years ago
Diego Biurrun 30015305f3 Use avpriv_request_sample() where appropriate 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Carl Eugen Hoyos de1a0d4359 lavc/flicvideo: Implement padding in COPY chunks. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 11 years ago
Anton Khirnov d100f9e7cd flicvideo: use the AVFrame API properly. 11 years ago
Paul B Mahol ea9632b747 avcodec/flicvideo: use avpriv_request_sample() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol f5498ef38d avcodec/flicvideo: fix infinite loops 11 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov ddfe1246d9 flicvideo: avoid an infinite loop in byte run compression 12 years ago
Anton Khirnov a9d970a019 flicvideo: return meaningful error codes. 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Paul B Mahol bb9bc1fc98 flicvideo: return more meaningful error codes 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
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Piotr Bandurski cb7b0f3573 flicvideo: support 256-bytes extradata 13 years ago
Carl Eugen Hoyos 2e07f42957 Support flicvideo with 904 bytes extradata. 13 years ago