2905 Commits (8729964b996cc2590704108f7a432b8d10b63738)

Author SHA1 Message Date
Michael Niedermayer e8ac905dae avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) time 11 years ago
Michael Niedermayer 0aedf90e62 avutil/opt: factor set_string_color() out 11 years ago
Michael Niedermayer 758d4e4067 avutil/opt: factor set_string_video_rate() out 11 years ago
Michael Niedermayer 9648c4fe9c avutil/opt: factor set_string_image_size() out 11 years ago
Michael Niedermayer f52852098d avutil/utils: run ff_check_pixfmt_descriptors() only when ASSERT_LEVEL is > 0 11 years ago
Michael Niedermayer a044a183a3 avutil/log: skip IO calls on empty strings 11 years ago
Michael Niedermayer d6838309fe avutil/log: skip setting color for default (AV_LOG_INFO) level 11 years ago
Michael Niedermayer 2c21e2ee4c avutil/log: merge calls that set ansi color and print the string 11 years ago
James Almer 56572787ae Add Windows resource file support for shared libraries 11 years ago
Lenny Wang 7b2534b0ea libavutil & opencl: remove opencl default device type 11 years ago
Timothy Gu 82b2e9cb1d build: rename version.h to libavutil/ffversion.h 11 years ago
Michael Niedermayer 808c10e728 avutil/log: check that len is within the buffer before reading it 11 years ago
Michael Niedermayer 60b099c371 get_audio_buffer: fix usage where channels are not set but layout is 11 years ago
John Stebbins 1eaac1d6f7 mpeg12dec: Extract CC user data into frame side data 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer 51268aaed2 avutil/utf8: put under #ifdef TEST 11 years ago
Stefano Sabatini 68590650f0 lavu/avstring: add av_utf8_decode() function 11 years ago
Stefano Sabatini e782eea183 lavu/dict.h: extend/clarify docs for av_dict_parse_string() 11 years ago
Stefano Sabatini 320389f88b lavu/dict.h: apply various fixes/extensions to doxy 11 years ago
Michael Niedermayer b382d09d29 avutil: reintroduce lls1 as the 52 ABI needs it 11 years ago
Michael Niedermayer c3814ab654 rename new lls code to lls2 to avoid conflict with the old which has a different ABI 11 years ago
Michael Niedermayer bbe66ef912 avutil: rename lls to lls2 11 years ago
Anton Khirnov cce3e0a49f Move av_fast_{m,re}alloc from lavc to lavu. 11 years ago
Diego Biurrun 19e30a58fc Deprecate obsolete XvMC hardware decoding support 11 years ago
Michael Niedermayer 66872161cb avutil/common: error out with clear message if __STDC_CONSTANT_MACROS is not defined with c++ 11 years ago
Lenny Wang 6682554790 avutil/opencl: compile kernels separately 11 years ago
Michael Niedermayer 85cabf1ca9 avutil: add av_fopen_utf8() 11 years ago
Vittorio Giovara 5858a67f13 attributes: disable flatten on llvm/clang 11 years ago
Timothy Gu 50f52a5498 avutil/xtea: add Doxy @file and group 11 years ago
Timothy Gu 624672fcce avutil/adler32: add Doxy group 11 years ago
John Stebbins 28096e0a80 h264: wait for initial complete frame before outputing frames 11 years ago
Michael Niedermayer 15b1b08874 avutil/opt: fix flags check on non x86 11 years ago
Michael Niedermayer 162126bb17 avutil/opt: check flags validity in write_number() 11 years ago
Anton Khirnov 0b357a8095 AVOptions: do not range check flag options. 11 years ago
Vittorio Giovara 529a9893d7 avframe: mark source frame const in _ref and _clone 11 years ago
Stefano Sabatini d61617a523 lavu/parseutils: add av_get_known_color_name() 11 years ago
Michael Niedermayer f3d0642d35 avutil/utils: check that size_t is unsigned 11 years ago
Vittorio Giovara b284e1ffe3 mem: do not check for negative size 11 years ago
Kieran Kunhya 865b70bc5d Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection 11 years ago
Kieran Kunhya 4d6ee07255 libavutil: x86: Add AVX2 capable CPU detection. 11 years ago
Derek Buitenhuis 8dc1b7bd22 base64-test: Remove posibility of returning restricted exit codes 11 years ago
Derek Buitenhuis 530cd2893e tree-test: Don't return restricted exit codes 11 years ago
Derek Buitenhuis cbbd0ac764 base64-test: Remove posibility of returning restrcted exit codes 11 years ago
Derek Buitenhuis 5dfdffeb6f tree-test: Don't return restricted exit codes 11 years ago
Michael Niedermayer 05eb0f125c avutil/log: document log callback thread saftey requirements 11 years ago
Michael Niedermayer 423ae31354 avutil/log: make default av_log callback thread safe 11 years ago
Michael Niedermayer 867e7bb4f1 fix order of operations in comments 11 years ago
Diego Biurrun 0d6d4a9e4a avstring-test: Mark pointer passed to av_free() as non-const 11 years ago
Carl Eugen Hoyos 87eae03aac Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux. 11 years ago
Michael Niedermayer 2d8ccf0adc avutil/opt: initialize ret 11 years ago