summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/mlpenc: simplify some complicated expressions morePaul B Mahol2021-09-071-9/+2
* avcodec/mlpenc: simplify strange pointer initializationsPaul B Mahol2021-09-071-12/+4
* avformat/mlpdec: fix time_base for packet timestampsPaul B Mahol2021-09-071-3/+40
* avcodec/mlpdec: fix integer sanitizer warning under clangPaul B Mahol2021-09-071-1/+1
* libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()James Almer2021-09-071-3/+3
* avcodec/siren: MSN Siren decoderPeter Ross2021-09-078-3/+70
* avcodec/mlpenc: remove convoluted incomplete multiple substreams support codePaul B Mahol2021-09-071-205/+180
* avcodec/mlpenc: use variables local to for loopsPaul B Mahol2021-09-071-142/+81
* avcodec/nvenc: add constrainedFrame encoding supportLimin Wang2021-09-065-1/+28
* avcodec/nvenc: add single slice intra refresh supportLimin Wang2021-09-064-1/+30
* avcodec/nvenc: add intra refresh supportLimin Wang2021-09-064-4/+36
* avcodec/nvenc: make number of slices per frame configurableLimin Wang2021-09-061-2/+2
* lavfi/vf_scale: pass the thread count to the scalerAnton Khirnov2021-09-061-0/+1
* sws: implement slice threadingAnton Khirnov2021-09-065-0/+162
* lavfi/vf_scale: convert to the frame-based sws APIAnton Khirnov2021-09-061-23/+48
* sws: add a new scaling APIAnton Khirnov2021-09-067-64/+428
* avcodec/jpeg2000dec: Check that atom header is within bytsetreamMichael Niedermayer2021-09-051-0/+2
* avcodec/apedec: Fix 2 integer overflows in filter_3800()Michael Niedermayer2021-09-051-2/+2
* avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer2021-09-051-7/+7
* avcodec/argo: Move U, fix shiftMichael Niedermayer2021-09-051-1/+1
* avcodec/mlp: move sync defines to common headerPaul B Mahol2021-09-053-5/+5
* avcodec/mlpenc: remove frame_size array from private contextPaul B Mahol2021-09-051-23/+7
* avcodec/mlpenc: stop using hardcoded valuePaul B Mahol2021-09-051-1/+1
* avcodec/mlpenc: use av_shrink_packet()Paul B Mahol2021-09-051-1/+2
* avcodec/mlpenc: remove no more needed gotoPaul B Mahol2021-09-051-5/+0
* doc/muxers: add entry for OBU muxerGyan Doshi2021-09-051-0/+4
* avcodec/mlpenc: fix removal of packet timestamp/size from queuePaul B Mahol2021-09-051-10/+3
* fftools/cmdutils: Use %c, not %s to write a single charAndreas Rheinhardt2021-09-051-3/+3
* Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...Andreas Rheinhardt2021-09-051-5/+0
* avcodec/mlpenc: remove not needed buf_size checksPaul B Mahol2021-09-051-5/+0
* avcodec/mlpenc: fix indentationPaul B Mahol2021-09-051-29/+28
* avcodec/mlpenc: stop returning packets with no dataPaul B Mahol2021-09-051-5/+11
* avcodec/mlpenc: simplify compare_best_offset()Paul B Mahol2021-09-051-4/+1
* avcodec/mlpenc: use ff_ctz()Paul B Mahol2021-09-051-4/+3
* avcodec/mlpenc: remove unused itemPaul B Mahol2021-09-051-2/+0
* ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer2021-09-044-5/+16
* avfilter/avfiltergraph: add an "auto" constant to the threads optionJames Almer2021-09-042-3/+4
* avfilter/vf_xmedian: Split portion of init unique to xmedian offAndreas Rheinhardt2021-09-041-25/+31
* avcodec/mlpenc: remove log messages when allocation fails at initPaul B Mahol2021-09-041-24/+6
* avcodec/mlpenc: allocate filter buffers once at initPaul B Mahol2021-09-041-24/+19
* avcodec/mlpenc: simplify allocations in mlp_encode_init()Paul B Mahol2021-09-041-20/+13
* fftools/cmdutils: Use %c, not %s, to write single charAndreas Rheinhardt2021-09-041-2/+2
* fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_listAndreas Rheinhardt2021-09-041-14/+2
* avcodec/omx: ReindentationAndreas Rheinhardt2021-09-041-31/+31
* avcodec/omx: Check initializing mutexes/conditionsAndreas Rheinhardt2021-09-041-17/+17
* avcodec/frame_thread_encoder: Mark init and free functions as av_coldAndreas Rheinhardt2021-09-041-2/+3
* avcodec/frame_thread_encoder: Return proper error codesAndreas Rheinhardt2021-09-041-5/+10
* avcodec/frame_thread_encoder: Don't shadow variablesAndreas Rheinhardt2021-09-041-5/+4
* avcodec/frame_thread_encoder: Reindent after the previous commitAndreas Rheinhardt2021-09-041-8/+6
* avcodec/frame_thread_encoder: Check initializing mutexes/conditionsAndreas Rheinhardt2021-09-041-10/+18