summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* sws: implement slice threadingAnton Khirnov2021-09-06
* lavfi/vf_scale: convert to the frame-based sws APIAnton Khirnov2021-09-06
* sws: add a new scaling APIAnton Khirnov2021-09-06
* avcodec/jpeg2000dec: Check that atom header is within bytsetreamMichael Niedermayer2021-09-05
* avcodec/apedec: Fix 2 integer overflows in filter_3800()Michael Niedermayer2021-09-05
* avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer2021-09-05
* avcodec/argo: Move U, fix shiftMichael Niedermayer2021-09-05
* avcodec/mlp: move sync defines to common headerPaul B Mahol2021-09-05
* avcodec/mlpenc: remove frame_size array from private contextPaul B Mahol2021-09-05
* avcodec/mlpenc: stop using hardcoded valuePaul B Mahol2021-09-05
* avcodec/mlpenc: use av_shrink_packet()Paul B Mahol2021-09-05
* avcodec/mlpenc: remove no more needed gotoPaul B Mahol2021-09-05
* doc/muxers: add entry for OBU muxerGyan Doshi2021-09-05
* avcodec/mlpenc: fix removal of packet timestamp/size from queuePaul B Mahol2021-09-05
* fftools/cmdutils: Use %c, not %s to write a single charAndreas Rheinhardt2021-09-05
* Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...Andreas Rheinhardt2021-09-05
* avcodec/mlpenc: remove not needed buf_size checksPaul B Mahol2021-09-05
* avcodec/mlpenc: fix indentationPaul B Mahol2021-09-05
* avcodec/mlpenc: stop returning packets with no dataPaul B Mahol2021-09-05
* avcodec/mlpenc: simplify compare_best_offset()Paul B Mahol2021-09-05
* avcodec/mlpenc: use ff_ctz()Paul B Mahol2021-09-05
* avcodec/mlpenc: remove unused itemPaul B Mahol2021-09-05
* ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer2021-09-04
* avfilter/avfiltergraph: add an "auto" constant to the threads optionJames Almer2021-09-04
* avfilter/vf_xmedian: Split portion of init unique to xmedian offAndreas Rheinhardt2021-09-04
* avcodec/mlpenc: remove log messages when allocation fails at initPaul B Mahol2021-09-04
* avcodec/mlpenc: allocate filter buffers once at initPaul B Mahol2021-09-04
* avcodec/mlpenc: simplify allocations in mlp_encode_init()Paul B Mahol2021-09-04
* fftools/cmdutils: Use %c, not %s, to write single charAndreas Rheinhardt2021-09-04
* fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_listAndreas Rheinhardt2021-09-04
* avcodec/omx: ReindentationAndreas Rheinhardt2021-09-04
* avcodec/omx: Check initializing mutexes/conditionsAndreas Rheinhardt2021-09-04
* avcodec/frame_thread_encoder: Mark init and free functions as av_coldAndreas Rheinhardt2021-09-04
* avcodec/frame_thread_encoder: Return proper error codesAndreas Rheinhardt2021-09-04
* avcodec/frame_thread_encoder: Don't shadow variablesAndreas Rheinhardt2021-09-04
* avcodec/frame_thread_encoder: Reindent after the previous commitAndreas Rheinhardt2021-09-04
* avcodec/frame_thread_encoder: Check initializing mutexes/conditionsAndreas Rheinhardt2021-09-04
* avcodec/vp9: Remove vp9_free_entries()Andreas Rheinhardt2021-09-04
* avcodec/vp9: Use av_freep() instead of av_free()Andreas Rheinhardt2021-09-04
* avcodec/vp9: Don't free buffer known to be NULLAndreas Rheinhardt2021-09-04
* avcodec/vp9: Check initializing conditions/mutexesAndreas Rheinhardt2021-09-04
* avcodec/pthread_frame: Move (init|free)_pthread() to pthread.cAndreas Rheinhardt2021-09-04
* avcodec/vp9: Do not destroy uninitialized mutexes/conditionsAndreas Rheinhardt2021-09-04
* avcodec/h264_levels, h265_profile_level: Avoid relocationsAndreas Rheinhardt2021-09-04
* avcodec/interplayacm: fix draining and last frame number of samplesPaul B Mahol2021-09-04
* avcodec/wmaprodec: unbreak old xma2 decodingPaul B Mahol2021-09-03
* avcodec/libdav1d: fix compilation after recent libdav1d API changesJames Almer2021-09-03
* fftools/ffmpeg: Remove unused fieldsAndreas Rheinhardt2021-09-03
* avformat/mux: Fix double-free when using AVPacket.opaque_refAndreas Rheinhardt2021-09-03
* avcodec/wmaprodec: improve flushing for >2 channels in XMAPaul B Mahol2021-09-03