106512 Commits (fb59a42ef977dd91085a602f10c9c82f88d072e5)
 

Author SHA1 Message Date
Andreas Rheinhardt fb59a42ef9 avcodec/codec_internal: Add FFCodec.decode_sub 3 years ago
Andreas Rheinhardt 1c3c29d07d avcodec/options: Fix AVClassCategory of decoders with .receive_frame 3 years ago
Paul B Mahol 21ca221068 avfilter/vsrc_gradients: add spiral type 3 years ago
Paul B Mahol 8e1cedbb61 avfilter/vsrc_gradients: add circular type 3 years ago
James Almer cc6c5ff201 avcodec/libvpxenc: avoid unnecessary variable shadowing 3 years ago
Danil Chapovalov 53fd2d2203 avcodec/libvpxenc: return quantizer parameter for an encoded frame 3 years ago
James Almer 0e03807f69 fate: add a test for writing channel descriptions in mov 3 years ago
James Almer 7ccc910803 avformat/movenc: don't use mono layout when a front center label is expected 3 years ago
James Almer feb3b44c1c avformat/mov_chan: move the definition of MovChannelLayoutTag to the header 3 years ago
James Almer c2c5f34843 avformat/movenc: write channel descriptions when a known layout or a bitmap can't be used 3 years ago
James Almer b4373bc422 avformat/mov_chan: use a higher log level for a debug message 3 years ago
James Almer 603f2245d4 avformat/mov_chan: add a few missing channel label mappings 3 years ago
James Almer 90ef712de5 avformat/mov_chan: rename mov_get_channel_label() to better reflect its purpose 3 years ago
Paul B Mahol 854615adf2 avfilter/vf_mergeplanes: deprecate mapping option 3 years ago
Paul B Mahol 385bc756bf avfilter/vf_mergeplanes: add alternative for less user friendly option 3 years ago
Paul B Mahol f92e4636fe avfilter/vf_mergeplanes: make map code more verbose 3 years ago
Paul B Mahol e5189b1382 avfilter/vf_zscale: fix regression with src/dst_format initialization 3 years ago
Michael Niedermayer 1291568c98 avcodec/exr: Avoid signed overflow in displayWindow 3 years ago
Michael Niedermayer 7f1279684e avcodec/diracdec: avoid signed integer overflow in global mv 3 years ago
Michael Niedermayer 01d8c887f6 avcodec/takdsp: Fix integer overflow in decorrelate_sf() 3 years ago
Michael Niedermayer b085b400be avcodec/apedec: fix a integer overflow in long_filter_high_3800() 3 years ago
Thilo Borgmann bb4e0f6162 lavfi/vf_siti.c: Relicense to LGPL 2.1 3 years ago
James Almer 5021b2ba06 avcodec/dfa: don't check for the bitstream version on every copied line 3 years ago
Andreas Rheinhardt 2b2380c098 avfilter: Constify non-const filters 3 years ago
Boris Baracaldo 80831e742b lavfilter: Add SITI filter 3 years ago
Andreas Rheinhardt 451300d0e8 avcodec/mpegvideo_enc: Remove redundant unref+ref 3 years ago
Andreas Rheinhardt 37250f7f64 avcodec/mpegvideo: Make new_picture an ordinary AVFrame 3 years ago
Andreas Rheinhardt 88720f3d81 avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContext 3 years ago
Andreas Rheinhardt 046736f342 avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to it 3 years ago
Andreas Rheinhardt 9b3279b201 avcodec/mjpegenc: Fix files with slices > 1, but threads == 1 3 years ago
Andreas Rheinhardt f7d44804a6 avcodec/mjpegenc, speedhqenc: Remove nonsense assert 3 years ago
Andreas Rheinhardt 8ca4b515e7 avcodec/mpegvideo_enc: Allow slices only for slice-thread-able codecs 3 years ago
Niklas Haas 234c824820 doc/filters: document vf_libplacebo 3 years ago
Ben Avison 23c92e14f5 avcodec/vc1: Arm 32-bit NEON unescape fast path 3 years ago
Ben Avison 6eee650289 avcodec/vc1: Arm 64-bit NEON unescape fast path 3 years ago
Ben Avison 5379412ed0 avcodec/idctdsp: Arm 64-bit NEON block add and clamp fast paths 3 years ago
Ben Avison 501fdc017d avcodec/vc1: Arm 64-bit NEON inverse transform fast paths 3 years ago
Ben Avison c07de58a72 avcodec/vc1: Arm 32-bit NEON deblocking filter fast paths 3 years ago
Ben Avison c62bbd4d20 avcodec/vc1: Arm 64-bit NEON deblocking filter fast paths 3 years ago
Ben Avison 2e26847780 avcodec/vc1: Introduce fast path for unescaping bitstream buffer 3 years ago
Ben Avison bd3615a81a checkasm: Add idctdsp add/put-pixels-clamped tests 3 years ago
Ben Avison 2698bfdc93 checkasm: Add vc1dsp inverse transform tests 3 years ago
Ben Avison 20cb43ea8b checkasm: Add vc1dsp in-loop deblocking filter tests 3 years ago
Zhao Zhili 54a4c58dd6 MAINTAINERS: add myself as maintainer for libsrt protocol 3 years ago
Niklas Haas e301a24fa1 avfilter/vf_libplacebo: update for new tone mapping API 3 years ago
Andreas Rheinhardt d311d820a7 avcodec/vp9_superframe_split_bsf: Don't read inexistent data 3 years ago
Andreas Rheinhardt d20ef30f53 avcodec/vp9_superframe_split_bsf: Discard invalid zero-sized frames 3 years ago
Andreas Rheinhardt c12e8c97b1 avcodec/vp9_superframe_bsf: Check for existence of data before reading it 3 years ago
Andreas Rheinhardt ab25b6aee6 avcodec/vp9_raw_reorder_bsf: Check for existence of data before reading it 3 years ago
Paul B Mahol 55e509b094 avfilter/af_join: do not dereference possible null pointer 3 years ago