]> git.sesse.net Git - ffmpeg/history - libavutil
avformat/avienc: use av_packet_alloc() to allocate packets
[ffmpeg] / libavutil /
2021-03-15 Andreas Rheinhardtavutil/avstring: Check for memory allocation error...
2021-03-15 Andreas Rheinhardtavutil/avstring: Limit string length in av_escape to...
2021-03-14 Michael Niedermayeravutil/timecode: Avoid fps overflow
2021-03-13 Christopher Degawalibavutil/timer: Fix clang reserved-user-defined-literal
2021-03-11 Andreas Rheinhardtavutil/buffer_internal: Include internal for buffer_size_t
2021-03-10 James Almeravutil: use the buffer_size_t typedef where required
2021-03-10 James Almeravutil/frame: change av_frame_new_side_data() size...
2021-03-10 James Almeravutil/buffer: change public function and struct size...
2021-03-05 Stefano Sabatiniavutil/{avstring,bprint}: add XML escaping from ffprobe...
2021-03-03 Michael Niedermayeravutil/parseutils: Check sign in av_parse_time()
2021-02-28 Andreas Rheinhardtavutil/spherical: Use av_strstart instead of strncmp
2021-02-28 Andreas Rheinhardtavutil/stereo3d: Use av_strstart instead of strncmp
2021-02-28 Andreas Rheinhardtavutil/pixdesc: Use av_strstart where appropriate
2021-02-27 Lynnelavu/tx: do not invert permutes on MDCTs
2021-02-27 Lynnelavu/tx: invert permutation lookups
2021-02-27 Lynnelavu/tx: simplify in-place permute search function
2021-02-26 Lynnelavu/tx: require output argument to match input for...
2021-02-24 James Almeravutil/buffer: free all pooled buffers immediately...
2021-02-22 Andreas Rheinhardtavutil/tx: Fix declaration after statement
2021-02-21 Martin Storsjöarm/aarch64: Use mach_absolute_time as timer on apple...
2021-02-21 Lynnelavu/tx: support in-place FFT transforms
2021-02-21 Lynnelavu/tx: space out enum AVTXType values with newlines
2021-02-19 Andreas Rheinhardtavutil/video_enc_params: Check for truncation before...
2021-02-19 Andreas Rheinhardtavutil/video_enc_params: Combine overflow checks
2021-02-11 Andreas Rheinhardtavutil/common: Move everything inside inclusion guards
2021-02-10 Michael Niedermayeravutil/mathematics: Fix undefined negation in av_compar...
2021-02-10 Michael Niedermayerlibavutil/common: Add FFABS64U()
2021-02-10 Michael Niedermayerlibavutil/eval: Remove CONFIG_TRAPV special handling
2021-01-27 Guo, Yejunlibavutil/frame.h: correct typo for AVFilmGrainParams...
2021-01-26 Michael Niedermayeravutil/common: Add FFABSU() for a signed -> unsigned ABS
2021-01-23 Marton BalintRevert "avutil/timecode: fix sscanf format string with...
2021-01-22 Xu Guangxinavutils/vulkan: hwmap, respect src frame resolution
2021-01-20 rcombsAll: update names in copyright headers
2021-01-18 Michael Niedermayeravutil/timecode: Avoid undefined behavior with large...
2021-01-16 Limin Wangavutil/timecode: fix sscanf format string with garbage...
2021-01-14 James Almeravutil/tx: use ENOSYS instead of ENOTSUP
2021-01-13 Lynnelavu: support arbitrary-point FFTs and all even (i...
2021-01-11 Michael Niedermayeravutil/eval: Unconditionally check argument of e_div
2021-01-09 Lynnelavu/tx: clip when converting table values to fixed...
2021-01-01 Andreas RheinhardtMark some pointers as const
2021-01-01 Anton Khirnovmpegvideo: use the AVVideoEncParams API for exporting...
2021-01-01 Anton Khirnovlavu/mem: move the DECLARE_ALIGNED macro family to...
2021-01-01 Anton Khirnovlavu: move LOCAL_ALIGNED from internal.h to mem_internal.h
2020-12-30 Lynnehwcontext_drm: make dependency on Linux kernel headers...
2020-12-28 Marvin Scholzlavu: use address-of operator checking clock_gettime
2020-12-05 Lynnehwcontext_vulkan: wait and signal semaphores when trans...
2020-12-05 Limin Wangavutil/opt: add AV_OPT_FLAG_DEPRECATED option
2020-12-03 Marton Balintavutil/timecode: add av_timecode_init_from_components
2020-12-03 Marton Balintavutil/timecode: allow drop frame timecodes for multipl...
2020-12-03 James Almeravutil/film_grain_params: fix doxy for ar_coeff_* fields
2020-12-02 Paul B Maholavutil/avsscanf: fix possible overreads when dealing...
2020-11-27 Lynnehwcontext_vulkan: reduce priority for PACK32 formats
2020-11-27 James Almeravutil/film_grain_params: add more details to some...
2020-11-27 Lynnelavu/film_grain_params: fix typo in type enum
2020-11-25 Niklas Haashwcontext_vulkan: optionally enable more functionality
2020-11-25 Lynnehwcontext_vulkan: support additional pixel formats
2020-11-25 Lynnehwcontext_vulkan: fix incorrect A/0BGR mapping
2020-11-25 Lynnehwcontext_vulkan: simplify plane size calculations...
2020-11-25 Lynnehwcontext_vulkan: do not segfault when failing to init...
2020-11-25 Lynnehwcontext_vulkan: always attempt to map host memory...
2020-11-25 Lynnehwcontext_vulkan: check for memory size before choosing...
2020-11-25 Lynnehwcontext_vulkan: correctly access the p->extensions...
2020-11-25 Lynnehwcontext_vulkan: unify download/upload functions
2020-11-25 Lynnehwcontext_vulkan: add VkExternalMemoryBufferCreateInfo...
2020-11-25 Lynnehwcontext_vulkan: do not use uninitialized variables...
2020-11-25 Lynnehwcontext_drm: issue DMA_BUF_IOCTL_SYNC when mapping FDs
2020-11-25 Lynnelibavutil: introduce AVFilmGrainParams side data
2020-11-20 Anton Khirnovlavu: add missing stddef.h includes for size_t.
2020-11-19 Gil Pedersenavutil/frame: fix potential leaks in av_frame_ref()
2020-11-19 Gil Pedersenavutil/frame: use av_buffer_replace() to simplify code
2020-11-04 Timo Rothenpieleravutil/hwcontext_cuda: fix edge case with non-even...
2020-11-04 Timo Rothenpieleravutil/hwcontext_cuda: query correct alignment from...
2020-11-03 Timo Rothenpieleravutil/hwcontext_cuda: increase CUDA frame alignment...
2020-10-25 Michael Niedermayeravutil/mathematics: Use av_sat_add64() for the last...
2020-10-24 Michael Niedermayeravutil/common: Implement av_sat_add64_c() with fewer...
2020-10-02 James Almeravutil/pixdesc: add missing FF_API_PSEUDOPAL check
2020-09-28 Anton Khirnovlavu/buffer: add a convenience function for replacing...
2020-09-23 Jan Ekströmavutil/pixfmt: improve definition of AVColorRange
2020-09-18 Michael Niedermayeravutil/fixed_dsp: Fix integer overflows in butterflies_...
2020-09-15 James Almeravutil/cuda_check: add missing dynlink_loader.h include
2020-09-13 Marton Balintavutil/timecode: add av_timecode_make_smpte_tc_string2
2020-09-13 Marton Balintavutil/timecode: do not trash bits on invalid av_timeco...
2020-09-13 Marton Balintavutil/timecode: cosmetics on av_timecode_get_smpte
2020-09-13 Marton Balintavutil/timecode: fix av_timecode_get_smpte_from_framenu...
2020-08-31 Mark Thompsonhwcontext_vaapi: Don't require a render node when deriv...
2020-08-21 Nicolas Georgelavu/buffer: forward av_buffer_realloc() error code.
2020-08-21 Nicolas Georgelavu/avstring: deprecate av_d2str().
2020-08-20 leozhangavutil/video_enc_params: fix code comment
2020-08-03 Jan Ekströmavutil/channel_layout: add 22.2 layout
2020-08-02 Lynnehwcontext_vulkan: remove plane size alignment checks...
2020-07-30 James Almertests/imgutils: test the output of av_image_fill_*...
2020-07-29 Shiyou Yinavutil/mips/generic_macros_msa: Fix prob that 'ulw...
2020-07-27 Haihao Xianghwcontext_vaapi: remove duplicate formats from sw_forma...
2020-07-27 Haihao Xianghwcontext_vaapi: avoid fd leak in vaapi_device_derive
2020-07-27 James Almeravutil/imgutils: always zero data pointers in av_image_...
2020-07-27 James Almeravutil/imgutils: don't fill data pointers for missing...
2020-07-23 James Almeravutil: bump version after addition of MIPS cpu flags
2020-07-23 Jiaxun Yanglibavutil: Detect MMI and MSA flags for MIPS
2020-07-23 Jiaxun Yanglibavutils: Add parse_r helper for MIPS
2020-07-22 Brian Kimlibavutil/frame: avoid UB when getting plane sizes
next