Andreas Rheinhardt
|
b98beb3704
all: Use put_bytes_output() instead of put_bits_ptr - pb->buf
|
9 месяцев назад |
Andreas Rheinhardt
|
0971fcf0a0
avcodec/codec_internal, all: Use macros to set deprecated AVCodec fields
|
1 неделя назад |
Niklas Haas
|
703288cec6
avcodec/internal: add FFCodec.color_ranges
|
1 год назад |
James Almer
|
1b9af306da
avcodec: use the renamed av_zero_extend
|
9 месяцев назад |
Michael Niedermayer
|
6106177ad6
avcodec/proresenc_anatoliy: Assert that AV_PROFILE_UNKNOWN is replaced
|
10 месяцев назад |
Andreas Rheinhardt
|
790f793844
avutil/common: Don't auto-include mem.h
|
11 месяцев назад |
Andreas Rheinhardt
|
1d66a122df
avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZE
|
1 год назад |
Anton Khirnov
|
08bebeb1be
Revert "all: Don't set AVClass.item_name to its default value"
|
1 год назад |
Clément Bœsch
|
af509f9957
avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields
|
1 год назад |
Clément Bœsch
|
21f7a814ea
avcodec/proresenc_anatoliy: do not write into alpha reserved bitfields
|
1 год назад |
Clément Bœsch
|
85cb1b9b20
avcodec/proresenc_anatoliy: use a compatible bitstream version
|
1 год назад |
Clément Bœsch
|
cc2206d142
avcodec/proresenc_anatoliy: make a few cosmetics in encode_acs()
|
1 год назад |
Clément Bœsch
|
8fb2e96d7e
avcodec/proresenc_anatoliy: execute AC run/level FFMIN() at assignment
|
1 год назад |
Clément Bœsch
|
096a69ad43
avcodec/proresenc_anatoliy: rework inner loop in encode_acs()
|
1 год назад |
Clément Bœsch
|
25f28b9308
avcodec/proresenc_anatoliy: avoid using ff_ prefix in function arguments
|
1 год назад |
Clément Bœsch
|
29fd3f75fe
avcodec/proresenc_anatoliy: rework encode_ac_coeffs() prototype
|
1 год назад |
Clément Bœsch
|
3543100a05
avcodec/proresenc_anatoliy: replace get_level() with FFABS()
|
1 год назад |
Clément Bœsch
|
ed8692446c
avcodec/proresenc_anatoliy: cosmetics to make encode_dcs() identical to the one in Kostya encoder
|
1 год назад |
Clément Bœsch
|
e87bc5641c
avcodec/proresenc_anatoliy: remove TO_GOLOMB2()
|
1 год назад |
Clément Bœsch
|
a026f98f29
avcodec/proresenc_anatoliy: only pass down the first scale to encode_dcs()
|
1 год назад |
Clément Bœsch
|
1aa7d504ec
avcodec/proresenc_anatoliy: shuffle declarations around in encode_dcs()
|
1 год назад |
Clément Bœsch
|
87ba89281c
avcodec/proresenc_anatoliy: rename TO_GOLOMB() to MAKE_CODE()
|
1 год назад |
Clément Bœsch
|
d269f84199
avcodec/proresenc_anatoliy: remove IS_NEGATIVE() macro
|
1 год назад |
Clément Bœsch
|
9c7f6d89fd
avcodec/proresenc_anatoliy: rename new_dc to dc
|
1 год назад |
Clément Bœsch
|
9258f4eaf9
avcodec/proresenc_anatoliy: compute sign only once
|
1 год назад |
Clément Bœsch
|
17392ca84f
avcodec/proresenc_anatoliy: import GET_SIGN() macro from Kostya encoder and use it
|
1 год назад |
Clément Bœsch
|
273f591a3d
avcodec/proresenc_anatoliy: directly work with blocks in encode_dcs()
|
1 год назад |
Clément Bœsch
|
dadc5ac24a
avcodec/proresenc_anatoliy: reduce DC encoding function prototype differences with Kostya encoder
|
1 год назад |
Clément Bœsch
|
8e42d3aba0
avcodec/proresenc_anatoliy: execute codebook FFMIN() at assignment
|
1 год назад |
Clément Bœsch
|
43baba4647
avcodec/proresenc_anatoliy: rename new_code/code to code/codebook
|
1 год назад |
Clément Bœsch
|
c44cd371ca
avcodec/proresenc_anatoliy: inline QSCALE()
|
1 год назад |
Clément Bœsch
|
1574475033
avcodec/proresenc_anatoliy: rework encode_codeword() prototype
|
1 год назад |
Clément Bœsch
|
1832bd7838
avcodec/proresenc_anatoliy: shuffle encode_codeword() code to match Kostya encoder
|
1 год назад |
Clément Bœsch
|
3885d2493d
avcodec/proresenc_anatoliy: use FRAME_ID defined in proresdata.h
|
1 год назад |
Clément Bœsch
|
f06f2cf16a
avcodec/proresenc_anatoliy: move DC codebook LUT to shared proresdata
|
1 год назад |
Clément Bœsch
|
9f547e2f15
avcodec/proresenc_anatoliy: remove duplicated define
|
1 год назад |
Clément Bœsch
|
3ba52f18e4
avcodec/proresenc_anatoliy: move run/lev to codebook LUT to shared proresdata
|
1 год назад |
Clément Bœsch
|
9109273e3b
avcodec/proresenc: fix alpha plane encoding bitstream
|
1 год назад |
Clément Bœsch
|
2142141a16
avcodec/proresenc: make transparency honored in mov/QT
|
1 год назад |
Andreas Rheinhardt
|
0c6203c97a
all: Don't set AVClass.item_name to its default value
|
1 год назад |
Andreas Rheinhardt
|
8238bc0b5e
avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines
|
1 год назад |
Andreas Rheinhardt
|
b35ae266cc
avcodec/utils: Move ff_int_from_list_or_default() to its only user
|
1 год назад |
James Almer
|
2f561ba953
avcodec: use the new AVFrame interlace flags in all decoders and encoders
|
1 год назад |
Anton Khirnov
|
8d73f3ce56
lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders
|
2 лет назад |
Andreas Rheinhardt
|
e559f8428f
avcodec: Remove unnecessary fft, dct inclusions
|
2 лет назад |
Andreas Rheinhardt
|
48286d4d98
avcodec/codec_internal: Add macro to set AVCodec.long_name
|
2 лет назад |
Andreas Rheinhardt
|
a499b4345b
avcodec: Make ff_alloc_packet() based encoders accept user buffers
|
3 лет назад |
Andreas Rheinhardt
|
5828e8209f
avcodec: Constify frame->data pointers for encoders where possible
|
2 лет назад |
Andreas Rheinhardt
|
21b23ceab3
avcodec: Make init-threadsafety the default
|
2 лет назад |
Andreas Rheinhardt
|
4243da4ff4
avcodec/codec_internal: Use union for FFCodec decode/encode callbacks
|
3 лет назад |