103648 Commits (a8bd8d46f9d32582c5b89cdc57f9cb7169e94066)
 

Author SHA1 Message Date
Paul B Mahol 1cbd4b00b1 avcodec/mlpenc: simplify strange pointer initializations 3 years ago
Paul B Mahol 7ebeef6aff avformat/mlpdec: fix time_base for packet timestamps 3 years ago
Paul B Mahol 5d92b73c64 avcodec/mlpdec: fix integer sanitizer warning under clang 3 years ago
James Almer 5fe648d04a libswscale/swscale: initialize all dst plane pointers in sws_receive_slice() 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
Anton Khirnov 60515a6d61 lavfi/vf_scale: pass the thread count to the scaler 3 years ago
Anton Khirnov d6fdc78e91 sws: implement slice threading 3 years ago
Anton Khirnov 22c6fbc847 lavfi/vf_scale: convert to the frame-based sws API 3 years ago
Anton Khirnov 42cd64c182 sws: add a new scaling API 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
Gyan Doshi a947098558 doc/muxers: add entry for OBU muxer 3 years ago
Paul B Mahol 4ca9877b91 avcodec/mlpenc: fix removal of packet timestamp/size from queue 3 years ago
Andreas Rheinhardt b36b703c29 fftools/cmdutils: Use %c, not %s to write a single char 3 years ago
Andreas Rheinhardt 5312208f12 Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and there is no specific default" 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
James Almer 7453d3482a ffmpeg: let AVFilterGraph parse the filter_threads option 3 years ago
James Almer f599ae88c2 avfilter/avfiltergraph: add an "auto" constant to the threads option 3 years ago
Andreas Rheinhardt f58939affe avfilter/vf_xmedian: Split portion of init unique to xmedian off 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 70f06dd63c fftools/cmdutils: Use %c, not %s, to write single char 3 years ago
Andreas Rheinhardt 23b83adb6d fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_list 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