95979 Commits (648b8cca6c56a4fa1760efc72dfe1363a5c6e31e)
 

Author SHA1 Message Date
Marton Balint 648b8cca6c avdevice/xcbgrab: wrap non-shm image replies in a buffer ref 5 years ago
Gyan Doshi b66a800877 avfilter/crop: avoid premature eval error 5 years ago
Zhao Zhili 71fd72070c avutil/buffer: use appropriate atomic operations 5 years ago
James Almer 964eb754b4 tools: add a fuzzer tool for bitstream filters 5 years ago
Michael Niedermayer 37f31f4e50 avcodec/fitsdec: Use lrint() 5 years ago
Andreas Rheinhardt 4825d8a98d avformat/mpeg: Fix leaks of AVFormatContext and subtitle packets 5 years ago
Andreas Rheinhardt bc3cf2bbd3 avformat/mpeg: Don't copy or leak string in AVBPrint 5 years ago
Andreas Rheinhardt 3f37880c05 avformat/mpeg: Make VobSub demuxer have its own context struct 5 years ago
Andreas Rheinhardt d5274f86a8 avformat/matroskadec: Reuse AVIOContext 5 years ago
Andreas Rheinhardt dbe3be6744 avformat/matroskadec: Improve frame size parsing error messages 5 years ago
Andreas Rheinhardt f74eaa17bb avformat/matroskadec: Remove unnecessary check 5 years ago
Andreas Rheinhardt a69f92a946 avformat/matroskadec: Simplify control flow of parsing laces 5 years ago
Andreas Rheinhardt 9ad1a6d64c avformat/matroskadec: Avoid allocating array for lace sizes 5 years ago
Andreas Rheinhardt 668490ac98 avformat/matroskadec: Use bytestream API instead of AVIOContext 5 years ago
Andreas Rheinhardt eec26b5911 avformat/matroskadec: avcodec/tta: Set extradata_size to 22 5 years ago
Andreas Rheinhardt f7bf59b431 avformat/matroskadec: Check before allocations 5 years ago
James Almer 94fd85d81d fate/matroska: add a test for xiph lacing 5 years ago
hwren 0bafcc9874 lavc/libxavs2.c: optimize error descriptions 5 years ago
hwren 191203aa1f lavc/libxavs2.c: fix code style - spaces 5 years ago
hwren 6721cd942a lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functions 5 years ago
hwren 3003917a8f lavc/libxavs2.c: use more descriptive variable names in xavs2_copy_frame* functions 5 years ago
Limin Wang 0485033ae1 avfilter/vf_elbg: Fix for the seed type 5 years ago
Andreas Rheinhardt 296f769fdc avformat/rmdec: Use av_packet_move_ref() for packet ownership transfer 5 years ago
Kusanagi Kouichi 12bbfc4cca avdevice/xcbgrab: Handle reply and error properly 5 years ago
Michael Niedermayer 5ac8675cb1 tools/target_dec_fuzzer: Support setting AV_CODEC_FLAG2_FAST 5 years ago
Michael Niedermayer 3ae87bb3c1 tools/target_dec_fuzzer: Support fuzzing error detection 5 years ago
Marton Balint 1e0ea36945 avformat/mpegtsenc: add padding to m2ts streams 5 years ago
Marton Balint 998906a0a4 avformat/mpegtsenc: factorize writing packet 5 years ago
Marton Balint db63db3977 avformat/mpegtsenc: move around setting m2ts_mode 5 years ago
Marton Balint 565dc3e451 avformat/mpegtsenc: set priority flag for AC3 codecs if writing BluRay 5 years ago
Marton Balint f5b83d5419 avformat/mpegtsenc: allow any sensible PID for elementary and PMT PIDs 5 years ago
Guo, Yejun b864af033d MAINTAINERS: add myself to libavfilter/dnn 5 years ago
Linjie Fu 8fc8bdddbf libavformat/utils: Fix code indentation 5 years ago
Andreas Rheinhardt 710ab13693 avfilter/vf_unsharp: Don't dereference NULL 5 years ago
James Almer 968c4cbf22 fate/cbs: add svc AV1 tests 5 years ago
James Almer 5985ca0436 avcodec/av1_parser: skip frames with spatial_id > 0 5 years ago
Zhao Zhili f9d4366912 avfilter/buffersrc: remove write-only variable 5 years ago
James Almer 637742b45d fate/cbs: add a decode model AV1 test 5 years ago
James Almer af7ab32b89 fate/cbs: add a switch frame AV1 test 5 years ago
James Almer 553c1431ac Revert "avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use" 5 years ago
James Almer eced91afa5 avcodec/cbs_av1: implement missing set_frame_refs() function 5 years ago
Michael Niedermayer a11aa5f3ed avcodec/alsdec: Discard frames for which no channel could be decoded 5 years ago
Michael Niedermayer fd3c34ff30 avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT() 5 years ago
Michael Niedermayer 0ddef00457 avcodec/g729dec: Avoid one multiply by using init_get_bits8() 5 years ago
Michael Niedermayer 336f9461df avcodec/g729dec: Avoid using buf_size 5 years ago
Michael Niedermayer 576746b4e3 avcodec/g729dec: Factor block_size out 5 years ago
Michael Niedermayer f64be9da4c avcodec/g729dec: require buf_size to be non 0 5 years ago
Michael Niedermayer d468da8d79 avcodec/g729dec: Check for KELVIN && 6k4 5 years ago
Michael Niedermayer 7686ba1f14 avcodec/alac: Fix integer overflow in lpc_prediction() with sign 5 years ago
Michael Niedermayer 589cb44498 avcodec/wmaprodec: Fix buflen computation in save_bits() 5 years ago