3351 Commits (5dd4e644f3f3608016885d0023d74c832119fd5b)

Author SHA1 Message Date
Michael Niedermayer 70b8668fb5 drop LLS1, rename LLS2 to LLS 10 years ago
Michael Niedermayer 5e1832c29c avutil: delay removial of FF_API_GET_CHANNEL_LAYOUT_COMPAT 10 years ago
Michael Niedermayer c89afc9acf delay removial of FF_API_CODEC_ID, FF_API_OLD_AVOPTIONS and FF_API_OLD_ENCODE_VIDEO 10 years ago
Anton Khirnov 472f9ed312 Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. 10 years ago
Anton Khirnov 1985c2e75c Bump major versions of all libraries. 10 years ago
Anton Khirnov f4c444e17d Postpone API-incompatible changes until the next bump. 10 years ago
Michael Niedermayer 6b1df5544e avutil/cpu: check av_parse_cpu_caps() table during cpu-test 10 years ago
Michael Niedermayer fe0157a19a avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps() tables 10 years ago
Michael Niedermayer efc4fe9d74 avutil/cpu: add aarch64 entries to 2nd table 10 years ago
Michael Niedermayer 9101ef6757 avutil/cpu: output cpu data to stdout 10 years ago
Michael Niedermayer 6552b0558a avutil/pixelutils: check for malloc failure 10 years ago
Michael Niedermayer 84ac2f93ca avutil/pixelutils: avoid on stack arrays 10 years ago
Michael Niedermayer 1b168e3bcf avutil/cpu: fix cpu-test to work with ffmpegs cpuflags syntax 10 years ago
Clément Bœsch 28a2107a8d avutil: add pixelutils API 10 years ago
Bernd Kuhls bf6c84d7eb Fix compile error on bfin. 10 years ago
Vittorio Giovara e9abafca27 avutil: add AV_PIX_FMT_YA16 pixel format 10 years ago
Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 10 years ago
Vittorio Giovara e0d73fda36 avutil: add alias names for gray 8/16 colour spaces 10 years ago
Luca Barbato d2962e9f89 pixdesc: Support pixelformat aliases 10 years ago
Diego Biurrun bb41115d56 imgutils: Do not declare avpriv_set_systematic_pal2 in the public header 10 years ago
Kieran Kunhya 2a3c36e920 Deprecate AFD field and add AFD as side-data 10 years ago
Michael Niedermayer 8f6d36b3cb avutil/mem: document NULL related saftey of av_freep() 10 years ago
Kieran Kunhya 1ef9e83764 avcodec: Deprecate dtg_active_format field in favor of avframe side-data 10 years ago
Janne Grunau a238b83b13 aarch64: use MACH-O const data asm directive in const macro 10 years ago
Janne Grunau caf5ef852b cpu-test: test av_cpu_count 10 years ago
Janne Grunau 07d8fa5812 fate: add informative cpu test 10 years ago
James Almer d0f56ca071 x86/hevc_deblock: improve 8bit transpose store macros 10 years ago
Matthew Oliver 66627075d9 msvc: fix implicitly declared read/close. 10 years ago
Luca Barbato b2e059a1ff pixdesc: K&R formatting cosmetics 10 years ago
Michael Niedermayer a75a60f686 avutil/pixdesc: remove unneeded assignment 10 years ago
Reimar Döffinger f0de01856f dict.c: minor simplification. 10 years ago
Michael Niedermayer ba3e3311ef avutil/frame: add av_frame_side_data_name() 10 years ago
Luca Barbato 69e7336b8e avstring: Expose the simple name match function 10 years ago
James Almer 1ace9573dc x86/hevc_idct: replace old and unused idct functions 10 years ago
Michael Niedermayer 24327706e1 avutil/opt: ensure the right buffer is used in set_string_number() 10 years ago
Michael Niedermayer bbc5adfb94 avutil/opt: Fix parsing regression with constants starting with numbers 10 years ago
Michael Niedermayer 539e72727f avutil/opt: simplify set_string_number() 10 years ago
Muhammad Faiz 4852a88dfb avutil/opt: set_string_number(): remove unneeded copy 10 years ago
Ben Avison 6869612f5c arm: Macroize the test for 'setend' CPU instruction support 10 years ago
Michael Niedermayer 265dadbe7d avutil/opt: Support general expressions involving AVOption constants in set_string_number() 10 years ago
Michael Niedermayer 88efc013b1 avutil: move QP2LAMBDA constant to eval 10 years ago
Michael Niedermayer 2c5c7f1089 avutil/opt: remove dead code from set_string_number() 10 years ago
Muhammad Faiz 4927c0a988 avutil/opt.c: fix bug when parsing option 10 years ago
Christophe Gisquet 8da1defe69 libavutil: document side effects of macros 10 years ago
Ben Avison 5a272190a0 armv6: Accelerate butterflies_float 10 years ago
Ben Avison 5edad2c4a1 armv6: Accelerate vector_fmul_window 10 years ago
Stefano Sabatini f3e886c7df lavu/eval: add clip function 10 years ago
Michael Niedermayer 7cd6d61da5 avutil/opt: try to fix the case where src==dst in av_opt_copy() 10 years ago
Ben Avison 57641410d1 armv6: Accelerate butterflies_float 10 years ago
Ben Avison 649c666137 armv6: Accelerate vector_fmul_window 10 years ago