44475 Commits (48cf1d878cd2b777a26d3939eef43caac7ced406)

Author SHA1 Message Date
Paul B Mahol 8651bf8a2e avcodec: add Simbiosis IMX video decoder 4 years ago
Andreas Rheinhardt 5a4f0d9b94 avcodec/cpia: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 980b5c3bb5 avcodec/dirac_vlc: Make ff_dirac_golomb_lut static 4 years ago
Andreas Rheinhardt d0d96674ec avcodec/ac3tab: Move ff_ac3_enc_channel_map to its only user 4 years ago
Michael Niedermayer 89fe1935b1 avcodec/hapdec: Change compressed_offset to unsigned 32bit 4 years ago
Wonkap Jang 029e3c1c70 avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_config 4 years ago
Paul B Mahol 82472afe18 avcodec/cfhdenc: use pts instead of frame number 4 years ago
Paul B Mahol 59dd702990 avcodec/indeo3: add support for more dimensions 4 years ago
Josh Dekker 7ac41e0db2 lavc/aarch64: add HEVC sao_band NEON 4 years ago
Josh Dekker 75c2ddfa61 lavc/aarch64: add HEVC idct_dc NEON 4 years ago
Reimar Döffinger 00c916ef61 lavc/aarch64: port HEVC add_residual NEON 4 years ago
Reimar Döffinger 30f80d855b lavc/aarch64: port HEVC SIMD idct NEON 4 years ago
Paul B Mahol 67c8c863c7 avcodec: add initial exr image encoder 4 years ago
KM fbe9b0c8f3 lavc/aacdec_template: Fix 7.1 decoding with default strictness. 4 years ago
Andreas Rheinhardt 15cb5d00d9 avcodec/frame_thread_encoder: Use more natural types 4 years ago
Andreas Rheinhardt 739175bfe5 avcodec/frame_thread_encoder: Reduce amount of code guarded by mutex 4 years ago
Andreas Rheinhardt 74b0af998a avcodec/frame_thread_encoder: Avoid FIFO 4 years ago
Andreas Rheinhardt de1b20a82b avcodec/frame_thread_encoder: Avoid allocations of AVFrames 4 years ago
Andreas Rheinhardt 76d428e090 avcodec/frame_thread_encoder: Avoid creating reference to frame 4 years ago
Andreas Rheinhardt fbf242a51d avcodec/frame_thread_encoder: Avoid allocations of AVPackets, fix deadlock 4 years ago
Andreas Rheinhardt 2ccbc40eef avcodec/frame_thread_encoder: Fix segfault on allocation error 4 years ago
Andreas Rheinhardt e0f5086fab avcodec/frame_thread_encoder: Improve type safety 4 years ago
Michael Niedermayer 6a797ceafe avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes() 4 years ago
Paul B Mahol 8d209eb33c avcodec/exr: export any unknown header string variable to metadata 4 years ago
Paul B Mahol f5dde8089d avcodec/exr: refactor GetByteContext usage 4 years ago
Paul B Mahol 3ea660c78a avcodec/exr: correctly calculate display window 4 years ago
Paul B Mahol b1eb15c1cf avcodec/exr: add multipart support 4 years ago
Paul B Mahol 6941d93faa avcodec/setts_bsf: add sample rate for expressions 4 years ago
Paul B Mahol 5f0e3b549a avcodec/exr: unbreak parsing sample aspect ratio 4 years ago
Paul B Mahol 98191135e0 avcodec/exr: read fps from metadata too 4 years ago
Carl Eugen Hoyos ca781761d6 lavc/pnm: Allow decoding gray float pfm images. 4 years ago
Michael Niedermayer b24d3bfe66 avcodec/fmvc: avoid copying uninitialized data 4 years ago
Michael Niedermayer c000a91288 avcodec/fits: Check gcount and pcount being non negative 4 years ago
Paul B Mahol 505d6ed475 avcodec/apedec: export bits_per_raw_sample 4 years ago
Paul B Mahol 5d9f44da46 avcodec/pngenc: remove monowhite from apng formats 4 years ago
sfan5 6f80953554 avcodec/mediacodecdec: do not abort when H264/HEVC extradata extraction fails 4 years ago
Paul B Mahol 63231fa8d3 avcodec/pngdec: fix possible race condition with APNG decoding 4 years ago
Michael Niedermayer 5314a4996c avcodec/pnm_parser: Check av_image_get_buffer_size() for failure 4 years ago
Paul B Mahol d1802e263c avcodec/dpx: add support for other single component 8bit files 4 years ago
Paul B Mahol 68fa294bf8 avcodec/dpx: add float support for single components and rgb(a) 4 years ago
Paul B Mahol 48a0eb21aa avcodec: add setts bitstream filter 4 years ago
James Almer 000b25096b avcodec/hevcdec: fix a return error value 4 years ago
James Almer 22edf7463c avcodec/hevcdec: add some missing allocation checks 4 years ago
James Almer 089706e009 avcodec/hevcdec: check that the local context list was allocated before dereferencing it 4 years ago
Andreas Rheinhardt a5daadd3a9 avcodec/mpegvideo_motion: Remove unnecessary headers 4 years ago
Andreas Rheinhardt 9c321b0e94 avcodec/mpegvideo_motion: Reindentation 4 years ago
Andreas Rheinhardt b681680d29 avcodec/mpegvideo_motion: Improve check to remove dead code 4 years ago
Michael Niedermayer 2a2082a41b avcodec/jpeg2000dec: Check atom_size in jp2_find_codestream() 4 years ago
Michael Niedermayer 3a24000e72 avcodec/mobiclip: Bound planar prediction value 4 years ago
Michael Niedermayer 980900d991 avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular() 4 years ago