summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/omx: Remove remnants of old preallocated buffersAndreas Rheinhardt2021-06-08
* avcodec/dvenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-06-08
* avfilter/overlay_cuda: add hsub and vsub compute x and y positionsSteven Liu2021-06-07
* avcodec/nvenc: add option to disable all extra SEI dataTimo Rothenpieler2021-06-06
* configure: detect nvcc without sm_30 supportTimo Rothenpieler2021-06-06
* swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conver...Limin Wang2021-06-06
* avformat/rpl: Use 64bit in bitrate computation and check itMichael Niedermayer2021-06-05
* avfilter/vf_hqdn3d: fix left shift of negative numbersValerii Zapodovnikov2021-06-05
* lavfi/dnn/dnn_io_proc.c: fix CID 1484955Guo Yejun2021-06-05
* fftools/ffmpeg: remove usage of internal timestamp AVStream fieldsJames Almer2021-06-04
* avcodec/nvenc: extract sei data prep into own functionTimo Rothenpieler2021-06-04
* avcodec/nvenc: write out user data unregistered SEIBrad Hards2021-06-04
* avcodec/nvenc: use persistent sei data bufferBrad Hards2021-06-04
* libavcodec/mips: Fix fate errors reported by clangJin Bo2021-06-03
* libavcodec/mips: Fix build errors reported by clangJin Bo2021-06-03
* avcodec/jpeglsdec: force pal8 only onceMichael Niedermayer2021-06-02
* avcodec/mjpegdec: Fix order of condition for pal8Michael Niedermayer2021-06-02
* avcodec/mpegvideo_enc: Reset stuffing bits if they are not supportedMichael Niedermayer2021-06-02
* avcodec/svq1enc: Do not print debug RD value before it has been computedMichael Niedermayer2021-06-02
* avcodec/aacpsy: Check bandwidthMichael Niedermayer2021-06-02
* avcodec/aacenc: Do not divide by lambda_count if it is 0Michael Niedermayer2021-06-02
* avcodec/aacenc: Use FLT_EPSILON for lambda minimumMichael Niedermayer2021-06-02
* pixfmt: fixed wrong fix of commentValerii Zapodovnikov2021-06-02
* avformat/mov: add option to use tfdt for fragment timestamps.Gyan Doshi2021-06-02
* avcodec/movenc: fix spelling in warning messageJoel Linn2021-06-01
* lavf/dashenc.c: Fix creating audio-only HLS playlistsPrzemysław Sobala2021-06-01
* avutil/mem: use GCC builtins to check for overflow in av_size_mult()James Almer2021-05-31
* avformat/hls: relay format options to segment demuxerGyan Doshi2021-05-30
* avcodec/nvenc: disable s12m timestamps by defaultTimo Rothenpieler2021-05-29
* avfilter/yadif_cuda: Fix time base for large denominatorsPhilip Langdale2021-05-29
* avfilter/bwdif: Fix time base for large denominatorsPhilip Langdale2021-05-29
* avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer2021-05-29
* avfilter/vf_vmafmotion: Check dimensionsMichael Niedermayer2021-05-29
* avformat/movenc: Check pal_size before useMichael Niedermayer2021-05-29
* avcodec/lpc: Avoid floating point division by 0Michael Niedermayer2021-05-29
* avcodec/aacpsy: Avoid floating point division by 0 of norm_facMichael Niedermayer2021-05-29
* avcodec/aacenc: Avoid 0 lambdaMichael Niedermayer2021-05-29
* avfilter/vf_subtitles: allow using embedded fontsOneric2021-05-29
* libavcodec/mips: Fix specification of instruction nameJin Bo2021-05-28
* lavfi/dnn_backend_openvino.c: Correct Pointer Type while FreeingShubhanshu Saxena2021-05-28
* avfilter/yadif: Fix time base for large denominatorsTom Boshoven2021-05-27
* avcodec/exr: More strictly check dc_countMichael Niedermayer2021-05-27
* avcodec/exr: x/ymax cannot be INT_MAXMichael Niedermayer2021-05-27
* avcodec/error_resilience: cleanup mpeg2 handlingMichael Niedermayer2021-05-27
* avformat/avio: Check av_opt_copy() for failureMichael Niedermayer2021-05-27
* avformat/moflex: Remove unneeded format variableMichael Niedermayer2021-05-27
* avutil/mem: check for max_alloc_size in av_fast_malloc()James Almer2021-05-27
* avutil/mem: make ff_fast_malloc() internal to mem.cJames Almer2021-05-27
* avcodec/utils: don't use ff_fast_mallocz() in av_fast_padded_malloc()James Almer2021-05-27
* libavfilter: vf_drawtext filter support draw text with detection bounding box...Ting Fu2021-05-26