48605 Commits (800fbc98a5e8f62541c6534458089c67a71880ba)

Author SHA1 Message Date
Paul B Mahol 800fbc98a5 avcodec/magicyuvenc: use const for src pointer 2 years ago
Paul B Mahol 4d1b7ff733 avcodec/magicyuvenc: check for allocation return value 2 years ago
Paul B Mahol f832a77231 avcodec/magicyuvenc: ensure no slice slot is left unset 2 years ago
Paul B Mahol e6923e06c2 avcodec/hcadec: small refactoring 2 years ago
Paul B Mahol dcd92aa01a avcodec/hcadec: do not hardcode max number of channels 2 years ago
James Almer fb548fba04 avcodec/av1dec: export pixel format even if no hardware decoder is present 2 years ago
Lynne 398467f519
vulkan_decode: convert max level from vulkan to av for comparisons 2 years ago
Michael Niedermayer d5cc9d8dd9
avcodec/vmixdec: Check for end of input in decode_dcac() 2 years ago
Michael Niedermayer d48476183f
avcodec/mpeg4videodec: consider lowres in dest_pcm[] 2 years ago
Michael Niedermayer 94bd1796ff
avcodec/hevcdec: Fix undefined memcpy() 2 years ago
Andreas Rheinhardt e34d5d1e3b avcodec/tiff: Don't cast const away 2 years ago
Andreas Rheinhardt 2f9a33995a avcodec/v210dec: Don't cast const away 2 years ago
Paul B Mahol 03ed48aeca avcodec/rpzaenc: replace float-point calculations with integer ones 2 years ago
Paul B Mahol b97ac6b3df avcodec/utvideodec: fix possible write past end of array 2 years ago
Paul B Mahol 9c9f48e7f2 avcodec/smcenc: remove useless cast 2 years ago
Andreas Rheinhardt de73accd39 avcodec/vp8data: Use <> for inclusion of stdint.h 2 years ago
Andreas Rheinhardt e3b355c0be avutil/mem: Don't include avutil.h 2 years ago
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 2 years ago
Andreas Rheinhardt 8d3f721e0b avcodec/rv34_parser: Remove unused ParseContext 2 years ago
Andreas Rheinhardt a7443421f2 avcodec/rv34_parser: Merge RV30 and RV40 parsers 2 years ago
Andreas Rheinhardt 947d51f32a avcodec/x86/hpeldsp_vp3: Merge into hpeldsp 2 years ago
Christophe Gisquet da888b790a avcodec/utvideodec: add vlc multi support 2 years ago
Paul B Mahol 8b7391cb5f avcodec/magicyuv: add vlc multi support 2 years ago
Paul B Mahol 29b9fca4b3 avcodec: add multi vlc reader 2 years ago
James Almer 3a5be28857 avcodec/qsvenc: add missing header include 2 years ago
James Almer 1652f2492f avcodec/av1dec: don't set aspect ratio when it's not yet known 2 years ago
Paul B Mahol 6022e0b04f avcodec/rpzaenc: fix assertions with very small width/height 2 years ago
James Almer 0231df505d avcodec/utils: move ff_add_cpb_side_data() to encoder code 2 years ago
James Almer 3744ada3b8 avcodec/mpeg12dec: stop propagating AVCPBProperties side data 2 years ago
James Almer b6627a57f4 Revert "avcodec/mpeg12dec: Do not alter avctx->rc_buffer_size" 2 years ago
Paul B Mahol d33c630b2a avcodec/yuv4enc: do not read past end of input in case of odd height 2 years ago
Stefano Sabatini a76fb12375 lavc/avcodec.h: fix typos in AVCodecContext.pkt_timebase description 2 years ago
Stefano Sabatini bf600db2a0 lavc/libx264: do not unconditionally set x4->params.analyse.b_fast_pskip 2 years ago
Paul B Mahol d464a687c9 avcodec/hcadec: support decoding with extradata provided in first packet 2 years ago
Paul B Mahol 39f6d9c5c1 avcodec/adxdec: add support for 6 channels 2 years ago
Paul B Mahol 8cb2c6a71e avcodec/osq: fix 20bit decoding and remove invalid modes 2 years ago
Michael Niedermayer 0adaa90d89
avcodec/mpeg4videodec: more unsigned in amv computation 2 years ago
Michael Niedermayer 283bf5c35b
avcodec/tta: fix signed overflow in decorrelate 2 years ago
Paul B Mahol c4ab17a62d avcodec/osq: improve 32bit sample format decoding 2 years ago
Paul B Mahol 87b8c10819 avcodec/osq: fix type of nb_samples 2 years ago
Andreas Rheinhardt f8503b4c33 avutil/internal: Don't auto-include emms.h 2 years ago
Andreas Rheinhardt 13c988556b avcodec/pcm: Remove unnecessary emms_c() 2 years ago
Paul B Mahol 9c2206a13b avcodec/wavarc: fix bugs in arithmetic coding mode 2 years ago
Lynne 139e54911c
lavc/avfft: deprecate the API 2 years ago
Lynne 86aa34d339
avfft: wrap lavu/tx instead of ff_dct 2 years ago
Lynne 83ede01bb0
avfft: wrap lavu/tx instead of ff_rdft 2 years ago
Lynne 517e4fcca6
avfft: wrap lavu/tx instead of ff_mdct 2 years ago
Lynne dfcd4bbf51
avfft: wrap lavu/tx instead of ff_fft 2 years ago
Lynne a810126501
wmavoice: convert DCT-I/DST-I to lavu/tx 2 years ago
Lynne d895d3c8c7
wmavoice: convert RDFT to lavu/tx 2 years ago