3078 Commits (c16e00618122a7f1217f5174a6c4013eb57421b0)

Author SHA1 Message Date
Diego Biurrun e1b9de4fe1 atomics: cosmetics: Restructure ifdefs for greater clarity 11 years ago
Michael Niedermayer 645c94b61b Revert "Merge commit '3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c'" (Bump libavutil major version to account for the LLS API/ABI changes.) 11 years ago
Vittorio Giovara bd316109b3 apidoc: fix warning from stereo3d.h 11 years ago
Stefano Sabatini e3eb0988c6 lavu/dict.h: extend/clarify av_dict_get() doxy 11 years ago
Diego Biurrun 0d882e9e7b avutil: Remove deprecated intfloat_readwrite code 11 years ago
Reinhard Tartler 3bc2e89c76 Bump libavutil major version to account for the LLS API/ABI changes. 11 years ago
Luca Barbato c85aad9cb2 doxy: Define a group for libswscale documentation 11 years ago
Diego Biurrun 70a7b24d56 avutil: Add deprecation ifdefs around obsolete intfloat code 11 years ago
Vittorio Giovara 6b45f05ef5 parseutils: fix discarding const attribute warning 11 years ago
Michael Niedermayer 9ab5cf5417 avutil/avstring: fix () position 11 years ago
Lenny Wang 64f73acd1d cmdutils & opencl: add -opencl_bench option to test and show available OpenCL devices 11 years ago
Vittorio Giovara 7e244c6860 avframe: add codec-independent stereoscopic metadata 11 years ago
Diego Biurrun d64341e498 configure: Prefix libc-related variables with "libc_" 11 years ago
Anton Khirnov df7aba52b5 frame: cosmetics, reindent 11 years ago
Anton Khirnov c342132fa8 frame: copy flags in av_frame_copy_props() 11 years ago
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