45535 Commits (737e6bf2162b89d396f4d477bfe8c99f1dd885de)

Author SHA1 Message Date
James Almer e93c998602 avcodec/mjpegdec: export display matrix frame side data when available 3 years ago
Michael Niedermayer c1a49a1264 avcodec/elbg: Increase some fields to 64bit 3 years ago
Tong Wu f31033c6ca avcodec/dxva2_av1: fix superres_denom parameter 3 years ago
James Almer 5d5ab3b4e6 avcodec/h264_picture: wait for the second slice to apply film grain on interlaced content 3 years ago
Michael Niedermayer e67deaf86c avcodec/exr: Fix undefined integer multiplication 3 years ago
Michael Niedermayer 7dfa8040d6 avcodec/jpeg2000_parser: Check state!=0 3 years ago
Andreas Rheinhardt bbc24363f1 avcodec/bsf: Unref the packet when flushing 3 years ago
Andreas Rheinhardt b99fb4df42 avcodec/bsf: Use null-bsf for passthrough when available 3 years ago
bnnm 19802d170a avcodec/wmadec: fix WMA gapless playback 3 years ago
Niklas Haas a543d075cd avcodec/h274: trim unnecessarily large array 3 years ago
Niklas Haas 52c35d648c avcodec/h274: don't read from uninitialized array members 3 years ago
Xu Guangxin 3bbe0c210b avcodec/qsv_enc: do not reuse enc_ctrl from previous frames 3 years ago
Andreas Rheinhardt bb9141cc13 avcodec/mlpenc: Fix mixed declarations and code warning 3 years ago
Peter Ross 20f9cfb3e3 avcodec/siren: decode_vector: remove unused parameter 3 years ago
Peter Ross e8aec714d3 avcodec/siren: replace magic numbers with macro value 3 years ago
Adam Chelminski 715f63232f avcodec/libvpxenc: Apply codec options to alpha codec context 3 years ago
Andreas Rheinhardt 41751e4aef avcodec/iirfilter: Make ff_iir_filter_flt() static 3 years ago
Andreas Rheinhardt 854f7bab5a avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i static 3 years ago
Andreas Rheinhardt faa62773cb avcodec/jpeg2000: Make ff_tag_tree_size() static 3 years ago
Andreas Rheinhardt fc9cb7d51a avcodec/mqcenc: Make ff_mqc_flush() static 3 years ago
Andreas Rheinhardt 25394eb72e avcodec/qsv: Make ff_qsv_map_error() static 3 years ago
Andreas Rheinhardt 029bfc3501 avcodec/h263dec: Make ff_h263_hw_config_list static 3 years ago
Andreas Rheinhardt fd43b868e1 avcodec/cbs: Make ff_cbs_alloc_unit_data() static 3 years ago
Andreas Rheinhardt 97bc4695fb avcodec/bsf: ff_list_bsf static 3 years ago
Artem Galin 776d5a7472 libavcodec/qsv: enabling d3d11va support, added mfxhdlpair 3 years ago
Michael Niedermayer 2d36d2fbd7 avcodec/h264_parser: Fix nalsize check 3 years ago
Paul B Mahol 9e33572b3d avcodec/mlpenc: simplify some complicated expressions more 3 years ago
Paul B Mahol 1cbd4b00b1 avcodec/mlpenc: simplify strange pointer initializations 3 years ago
Paul B Mahol 5d92b73c64 avcodec/mlpdec: fix integer sanitizer warning under clang 3 years ago
Peter Ross c655a734b1 avcodec/siren: MSN Siren decoder 3 years ago
Paul B Mahol b9426f371a avcodec/mlpenc: remove convoluted incomplete multiple substreams support code 3 years ago
Paul B Mahol e811b0080e avcodec/mlpenc: use variables local to for loops 3 years ago
Limin Wang 75001ae844 avcodec/nvenc: add constrainedFrame encoding support 3 years ago
Limin Wang 3756525a59 avcodec/nvenc: add single slice intra refresh support 3 years ago
Limin Wang e6bd5171ac avcodec/nvenc: add intra refresh support 3 years ago
Limin Wang 85489e0308 avcodec/nvenc: make number of slices per frame configurable 3 years ago
Michael Niedermayer 3c659f8618 avcodec/jpeg2000dec: Check that atom header is within bytsetream 3 years ago
Michael Niedermayer 33feb527ff avcodec/apedec: Fix 2 integer overflows in filter_3800() 3 years ago
Michael Niedermayer e58692837c avcodec/xpmdec: Move allocations down after more error checks 3 years ago
Michael Niedermayer 26659fe53e avcodec/argo: Move U, fix shift 3 years ago
Paul B Mahol 0c87b43c6c avcodec/mlp: move sync defines to common header 3 years ago
Paul B Mahol 3ea0171ea3 avcodec/mlpenc: remove frame_size array from private context 3 years ago
Paul B Mahol 5852bb6b4b avcodec/mlpenc: stop using hardcoded value 3 years ago
Paul B Mahol ac29cec312 avcodec/mlpenc: use av_shrink_packet() 3 years ago
Paul B Mahol cfc491bf44 avcodec/mlpenc: remove no more needed goto 3 years ago
Paul B Mahol 4ca9877b91 avcodec/mlpenc: fix removal of packet timestamp/size from queue 3 years ago
Paul B Mahol d8863013a8 avcodec/mlpenc: remove not needed buf_size checks 3 years ago
Paul B Mahol 85b9b96957 avcodec/mlpenc: fix indentation 3 years ago
Paul B Mahol 036d94da43 avcodec/mlpenc: stop returning packets with no data 3 years ago
Paul B Mahol 589cd58c85 avcodec/mlpenc: simplify compare_best_offset() 3 years ago