45519 Commits (41751e4aefc5d1b12d45a3cbcc33d3d9b704609a)

Author SHA1 Message Date
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
Paul B Mahol 5b28a5db03 avcodec/mlpenc: use ff_ctz() 3 years ago
Paul B Mahol d18b445689 avcodec/mlpenc: remove unused item 3 years ago
Paul B Mahol 19b52a7cc4 avcodec/mlpenc: remove log messages when allocation fails at init 3 years ago
Paul B Mahol 30c213fa6c avcodec/mlpenc: allocate filter buffers once at init 3 years ago
Paul B Mahol 57988fc496 avcodec/mlpenc: simplify allocations in mlp_encode_init() 3 years ago
Andreas Rheinhardt bc75fb5423 avcodec/omx: Reindentation 3 years ago
Andreas Rheinhardt 5c0e2f839a avcodec/omx: Check initializing mutexes/conditions 3 years ago
Andreas Rheinhardt 16fc8cef74 avcodec/frame_thread_encoder: Mark init and free functions as av_cold 3 years ago
Andreas Rheinhardt 5f6fcb0395 avcodec/frame_thread_encoder: Return proper error codes 3 years ago
Andreas Rheinhardt f1847dbc1f avcodec/frame_thread_encoder: Don't shadow variables 3 years ago
Andreas Rheinhardt 2e574235b0 avcodec/frame_thread_encoder: Reindent after the previous commit 3 years ago
Andreas Rheinhardt 754b8454b7 avcodec/frame_thread_encoder: Check initializing mutexes/conditions 3 years ago
Andreas Rheinhardt 95b681eafd avcodec/vp9: Remove vp9_free_entries() 3 years ago
Andreas Rheinhardt b0ee627ef9 avcodec/vp9: Use av_freep() instead of av_free() 3 years ago
Andreas Rheinhardt 84f716ccff avcodec/vp9: Don't free buffer known to be NULL 3 years ago
Andreas Rheinhardt 0e09067261 avcodec/vp9: Check initializing conditions/mutexes 3 years ago