summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* avcodec/wmaprodec: improve xma2 extradata parsingPaul B Mahol2021-09-03
* avcodec/pnm_parser: add support for PFM parsingPaul B Mahol2021-09-03
* fftools: Remove remnants of resample_optsAndreas Rheinhardt2021-09-03
* avformat/cafdec: try skipping various chunks only when seeking is possiblePaul B Mahol2021-09-03
* avcodec/wmaprodec: unbreak xma >2 channel decoding after last changePaul B Mahol2021-09-03
* avfilter/af_silencedetect: add planar sample formats supportPaul B Mahol2021-09-02
* avfilter/af_silencedetect: support all channel countsPaul B Mahol2021-09-02
* fate/wma: Account for trimmed samples in wmapro-ism testAndreas Rheinhardt2021-09-02
* avcodec/pictordec: Optimize more odd cases for picmemset()Michael Niedermayer2021-09-02
* avcodec/avcodec: Allow up to seven codec ids per parserAndreas Rheinhardt2021-09-02
* avcodec/mlpenc: add support for 24bit encodingPaul B Mahol2021-09-02
* avcodec/wmaprodec: add gapless supportPaul B Mahol2021-09-02
* avformat: add an AV1 Low overhead bitstream format muxerJames Almer2021-09-01
* avfilter/vf_scale: set the RGB matrix coefficients in case of RGBJan Ekström2021-09-01
* avcodec/libx265: add support for setting chroma sample locationJan Ekström2021-09-01
* fftools/cmdutils: Fix warning for initialization makes integer from pointer w...Limin Wang2021-09-01
* avcodec/mlpdec: reset lossless crc checking when stream endsPaul B Mahol2021-08-31
* avcodec/mlpenc: fix encoding last samples when not within full intervalPaul B Mahol2021-08-31
* avformat/utils: Use av_memdup to duplicate array of AVChapter *Andreas Rheinhardt2021-08-31
* avformat/utils: Don't allocate zero-sized arrayAndreas Rheinhardt2021-08-31
* avformat/utils: Don't compare pointers when sorting chaptersAndreas Rheinhardt2021-08-31
* avformat/utils: Allocate AVStream.info only for input streamsAndreas Rheinhardt2021-08-30
* avformat/utils: Don't initialize AVStreamInternal.info multiple timesAndreas Rheinhardt2021-08-30