103518 Commits (036d94da43d09d3e9c312b7c3f6707212de804df)
 

Author SHA1 Message Date
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
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
Andreas Rheinhardt a4f7fabc26 avcodec/pthread_frame: Move (init|free)_pthread() to pthread.c 3 years ago
Andreas Rheinhardt bd95f2f599 avcodec/vp9: Do not destroy uninitialized mutexes/conditions 3 years ago
Andreas Rheinhardt 0172deccc4 avcodec/h264_levels, h265_profile_level: Avoid relocations 3 years ago
Paul B Mahol a590dfc242 avcodec/interplayacm: fix draining and last frame number of samples 3 years ago
Paul B Mahol 584cd16ad0 avcodec/wmaprodec: unbreak old xma2 decoding 3 years ago
James Almer e204846ec1 avcodec/libdav1d: fix compilation after recent libdav1d API changes 3 years ago
Andreas Rheinhardt bc046b715e fftools/ffmpeg: Remove unused fields 3 years ago
Andreas Rheinhardt 2f710734c8 avformat/mux: Fix double-free when using AVPacket.opaque_ref 3 years ago
Paul B Mahol c0be596fc1 avcodec/wmaprodec: improve flushing for >2 channels in XMA 3 years ago
Paul B Mahol 094397ce06 avcodec/wmaprodec: improve xma2 extradata parsing 3 years ago
Paul B Mahol a3fd78db12 avcodec/pnm_parser: add support for PFM parsing 3 years ago
Andreas Rheinhardt f3f9041302 fftools: Remove remnants of resample_opts 3 years ago
Paul B Mahol 11d39873ab avformat/cafdec: try skipping various chunks only when seeking is possible 3 years ago
Paul B Mahol 646afae00f avcodec/wmaprodec: unbreak xma >2 channel decoding after last change 3 years ago
Paul B Mahol a4101dca6c avfilter/af_silencedetect: add planar sample formats support 3 years ago
Paul B Mahol ba3c09b84a avfilter/af_silencedetect: support all channel counts 3 years ago
Andreas Rheinhardt a311dfc3c4 fate/wma: Account for trimmed samples in wmapro-ism test 3 years ago
Michael Niedermayer 31f03120e8 avcodec/pictordec: Optimize more odd cases for picmemset() 3 years ago
Andreas Rheinhardt cbf111059d avcodec/avcodec: Allow up to seven codec ids per parser 3 years ago
Paul B Mahol 2bb9d2be5e avcodec/mlpenc: add support for 24bit encoding 3 years ago
Paul B Mahol 61c2c9ef8e avcodec/wmaprodec: add gapless support 3 years ago
James Almer 8a6beccf0d avformat: add an AV1 Low overhead bitstream format muxer 3 years ago
Jan Ekström 2818b14392 avfilter/vf_scale: set the RGB matrix coefficients in case of RGB 3 years ago
Jan Ekström 9b2281a4a3 avcodec/libx265: add support for setting chroma sample location 3 years ago
Limin Wang c500dc7cca fftools/cmdutils: Fix warning for initialization makes integer from pointer without a cast 3 years ago
Paul B Mahol 034133a0df avcodec/mlpdec: reset lossless crc checking when stream ends 3 years ago
Paul B Mahol 9f420163c6 avcodec/mlpenc: fix encoding last samples when not within full interval 3 years ago