1916 Commits (c201069fac9a76e6604f9d84d76a172434d62200)

Author SHA1 Message Date
Luca Barbato 27f2746282 parseutils: Make av_small_strptime public 10 years ago
Luca Barbato 108f2f381a parseutils: Extend small_strptime to be used in avformat 10 years ago
wm4 c48456166e lavc: add MMAL hardware decoder wrapper 10 years ago
Vittorio Giovara 312a9ef04b pixfmt: Update documentation with prefixed pixel formats 10 years ago
Vittorio Giovara 592a04054e pixdesc: Replace a few leftover instances of non AV-prefixed flags 10 years ago
Vittorio Giovara e4fe535d12 mov: Write the display matrix in order 10 years ago
Martin Storsjö 58a840e215 Replace a few leftover instances of enum PixelFormat with enum AVPixelFormat 10 years ago
Martin Storsjö dcae2e32f7 arm: Suppress tags about used cpu arch and extensions 10 years ago
Peter Meerwald 76ce9bd8e2 libavutil: Add ARM av_clip_intp2_arm 10 years ago
Peter Meerwald bf07d813f6 libavutil: Add av_clip_intp2 10 years ago
Anton Khirnov 5b1d9ceec7 pixfmt: add a pixel format for QSV hwaccel 10 years ago
Diego Biurrun bf704132a5 Don't anonymously typedef structs 10 years ago
Anton Khirnov 0232ba62a2 frame: clarify buf documentation 10 years ago
Rémi Denis-Courmont 6039248018 mem: fix pointer pointer aliasing violations 10 years ago
Luca Barbato 1279221cc4 lavu: Check av_dict_set allocations 10 years ago
Anton Khirnov 728685f37a Add a side data type for audio service type. 10 years ago
Paul B Mahol 0e6c7dfa65 lavu: add planar 16 bit and 8 bit rgb with alpha 10 years ago
Stefano Sabatini e2ad0b66fa imgutils: create misc functions for dealing with buffers 10 years ago
Vittorio Giovara 07a0c0f000 opt: check memory allocation 10 years ago
Vittorio Giovara b1306823d0 check memory errors from av_strdup() 10 years ago
Luca Barbato 5d839778b9 lavu: Refactor side data wiping 10 years ago
Anton Khirnov e10e6651b5 thread: use "" instead of <> for including the w32pthreads wrapper 10 years ago
Martin Storsjö 780cd20b00 aarch64: Use .data.rel.ro for const data with relocations 10 years ago
Martin Storsjö f963f80399 arm: Use .data.rel.ro for const data with relocations 10 years ago
Kieran Kunhya 9a738c27dc v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
wm4 fbd6c97f9c lavu: fix memory leaks by using a mutex instead of atomics 10 years ago
Anton Khirnov 2443e522f0 lavu: add wrappers for the pthreads mutex API 10 years ago
Martin Storsjö 9326d64ed1 Share the utf8 to wchar conversion routine between lavf and lavu 10 years ago
Vittorio Giovara 277ff7f5dc lavu: move internal define to the only places where it is used 10 years ago
Luca Barbato c6074a30ba opt: Fix the documentation mentioning av_set_string3 10 years ago
Henrik Gramner 4981baf9b8 avstring: Mark some character handling functions av_const 10 years ago
Martin Storsjö 82ee7d0dda Use gmtime_r instead of gmtime and localtime_r instead of localtime 10 years ago
Martin Storsjö 3f8f1c6ff2 lavu: Provide fallbacks for gmtime_r and localtime_r 10 years ago
Martin Storsjö 1bd0bdcdc2 lavu: Add av_gettime_relative 10 years ago
Vittorio Giovara 5a419b2dd1 pixdesc: return color properties names 10 years ago
Vittorio Giovara 04ccd584a7 pixfmt: mark further reserved values 10 years ago
Vittorio Giovara c732c62cee doc: expand description for some color properties 10 years ago
Luca Barbato d995f0a155 log: Unbreak no-tty support on 256color terminals 10 years ago
Henrik Gramner f629705b02 x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags 10 years ago
Loren Merritt ec217218c2 x86inc: Free up variable name "n" in global namespace 10 years ago
Henrik Gramner 176a0fca3f x86inc: Make ym# behave the same way as xm# 10 years ago
Gabriel Dume 1ec335513f time: Add missing zero 10 years ago
Luca Barbato ebef9f5a56 time: Use clock_gettime if the monotonic clock is available 10 years ago
Luca Barbato c19a49e565 ppc: Support little endian intreadwrite 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun 7c371754fb atomic_win32: Drop unnecessary atomic.h #include 10 years ago
Diego Biurrun e070d0a5ca frame: Remove some FF_API_AVFRAME_COLORSPACE leftovers 10 years ago
Diego Biurrun 353240541d cpu-test: Add unistd.h #include for getopt() 10 years ago
Anton Khirnov 8ddc32629a mem: add av_strndup() for duplicating substrings 10 years ago