203 Commits (d8173cfcafac3019cd05b0c92af5631f6b27dd3a)

Author SHA1 Message Date
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
James Almer c2a870222d avcodec/rawdec: remove redundant code setting frame properties 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Anton Khirnov ac2cda4296 lavc: use AVFrame.duration instead of AVFrame.pkt_duration 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
Andreas Rheinhardt 3d53cefb49 avcodec/raw: Reduce number of avpriv symbols 3 years ago
Andreas Rheinhardt 4848a7abff avcodec/rawdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 985c0dac67 avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL 4 years ago
Andreas Rheinhardt 5c0f6d53da avcodec/rawdec: Free bitstream_buf 4 years ago
Andreas Rheinhardt 7b10083933 avcodec: Factor updating palette out 4 years ago
James Almer d8a18c8fc2 avcodec: use the buffer_size_t typedef where required 4 years ago
James Almer c56d787fe3 avcodec/decode: move the ff_decode_frame_props() prototype to the proper header 4 years ago
Michael Niedermayer 2b5b9d5dac avcodec/rawdec: Use linesize in b64a 5 years ago
Michael Niedermayer 5634e20525 avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit cases 5 years ago
wm4 d6fc031caf avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL 7 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
James Almer 51e329918d avcodec/rawdec: check for side data before checking its size 8 years ago
Michael Niedermayer 5f0bc0215a avcodec/rawdec: Check side data size before use 8 years ago
Michael Niedermayer 237207645b avcodec/rawdec: Fix bits_per_coded_sample checks 8 years ago
Carl Eugen Hoyos ceab04fb5d lavc/raw: Support QT b64a ARGB64 rawvideo. 8 years ago
Michael Niedermayer 6aa39080cc avcodec/rawdec: Fix palette handling with changing palettes 8 years ago
Mats Peterson cf85a20d92 lavc/rawdec: Align AV_PIX_FMT_RGB24 correctly 9 years ago
Mats Peterson 100167451a lavc/rawdec: Remove monowhite switching code for 1 bpp AVI without a palette 9 years ago
Mats Peterson b86ba37096 lavc/rawdec: Retrieve nut palette from packets 9 years ago
Mats Peterson 4e5db87174 avcodec/rawdec: Print stride and packet size at debug level 9 years ago
Mats Peterson efcea77996 avcodec/rawdec: Fix nut pal8 test 9 years ago
Mats Peterson bbb45773b0 avcodec/rawdec: Initialize default mono palette only for bits_per_coded_sample == 1 9 years ago
Mats Peterson 9556446623 lavc/rawdec: Use 16-byte line alignment for B1W0 and B0W1 video in nut 9 years ago
Michael Niedermayer 6ffac5d33d avcodec/rawdec: Switch to monowhite if there is no palette & bpp=1 9 years ago
Mats Peterson 191ec55c9f lavc/rawdec: Use 16-byte line alignment for AV_PIX_FMT_MONOWHITE 9 years ago
Michael Niedermayer 46f67f4a34 avcodec/rawdec: Check height and packet size 9 years ago
Mats Peterson 82325dbec1 lavc/rawdec: Use 16-byte line alignment for 1, 2, 4 and 8 bpp 9 years ago
Mats Peterson fe7639b1c8 avcodec/rawdec: initialize palette for mono 9 years ago
Mats Peterson 5da1477fa0 lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1-bit raw QuickTime video 9 years ago
Andreas Cadhalpun 699e68371e rawdec: only exempt BIT0 with need_copy from buffer sanity check 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Luca Barbato ef3a3519c1 rawdec: Replace avpicture functions with imgutils 9 years ago
Michael Niedermayer 1d3a3b9f89 avcodec/rawdec: Check the return code of avpicture_get_size() 10 years ago
Michael Niedermayer 1587989518 avcodec/rawdec: Support CODEC_CAP_PARAM_CHANGE 10 years ago
James Almer 8dfb8190d7 libavcodec/rawdec: remove old ff_find_pix_fmt() function 10 years ago
Carl Eugen Hoyos 8b122937af Warn if rawvideo and an unreadable pix_fmt are written. 11 years ago
Carl Eugen Hoyos ecb80fe78c Cosmetics: Remove an outdated comment from lavc/rawdec.c. 11 years ago
Anton Khirnov 4a0f665143 libavcodec: when decoding, copy replaygain side data to decoded frames 11 years ago