44646 Commits (08dbcaa57a3b6db11a96b1a601fb83e10d320a57)

Author SHA1 Message Date
Paul B Mahol d7f10b2497 avcodec/exrenc: use correct type for actual_size as argument for zlib 4 years ago
Andreas Rheinhardt ad58113afe avcodec/tiff_data: Move data to its only user 4 years ago
Andreas Rheinhardt bb9167dbde avformat/isom: Split movaudio/movvideo tags off into a separate file 4 years ago
Andreas Rheinhardt b5207b7afd avcodec/Makefile: Remove outdated dependency of FLV demuxer on mpeg4audio 4 years ago
Andreas Rheinhardt a40763f520 avcodec/mpeg4audio: Use proper logcontext for logging 4 years ago
Andreas Rheinhardt 84bb18d4e7 avcodec/scpr3: Avoid code duplication when updating models 4 years ago
Andreas Rheinhardt bb0be840c5 avcodec/Makefile: Don't build mjpegenc_huffman unconditionally 4 years ago
Andreas Rheinhardt bab6b88ebf avcodec/mjpegenc_common: Move stuff only used by mjpegenc.c to it 4 years ago
Andreas Rheinhardt 6eae9c1d39 avcodec/jpegtables: Move ff_mjpeg_build_huffman_codes to mjpegenc_common 4 years ago
Andreas Rheinhardt d26198ada3 avcodec/g2meet, mjpegdec: Factor out common VLC initialization code 4 years ago
Andreas Rheinhardt f180f515de avcodec/Makefile: Remove redundant mjpegdec dependency from tiff decoder 4 years ago
Andreas Rheinhardt 7bf2b76b41 configure, libavcodec/Makefile: Fix avrn dependencies 4 years ago
Andreas Rheinhardt 6db394c128 avcodec/avrndec: Remove unnecessary headers 4 years ago
Andreas Rheinhardt f26b8385ee avcodec/Makefile: Remove spurios dcaenc dependency 4 years ago
Andreas Rheinhardt 3b26d030b5 configure, libavcodec/Makefile: Remove spurious CAF demuxer dependencies 4 years ago
James Almer 7b30dad3a6 avcodec: remove pointless lowres deprecation wrappers 4 years ago
Michael Niedermayer 8d5bd5b8df avcodec/mjpegdec: Cleanup ff_smvjpeg_decoder() 4 years ago
Michael Niedermayer 497e747387 avcodec/cri: Stop the bitreader at the end of uncompressed input 4 years ago
Michal Novotny b5d95998ff avcodec/cuviddec: set ulMaxDisplayDelay to zero if low_delay flag is set 4 years ago
Ricardo Monteiro a0949d0bcb avcodec/nvenc: don't disable b-frames by default 4 years ago
Anton Khirnov 1c36e7c1a5 lavc/ac3enc: rename variable to avoid shadowing 4 years ago
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