2943 Commits (b4c89c90ffc723c38282fbf061bf65da67e011b2)

Author SHA1 Message Date
Michael Niedermayer 833501657b avutil/frame: increase padding for frames 11 years ago
Diego Biurrun b83d1ee3b4 avutil: Move library version related macros to version.h 11 years ago
Stefano Sabatini 334e2e2363 lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample format max value 11 years ago
Stefano Sabatini 3b8c7da7a3 lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel format max value 11 years ago
Stefano Sabatini 55f046be11 lavu/opt: apply range checks also when setting format string value 11 years ago
Stefano Sabatini 1575a96b3a lavu/opt: factorize setting of format values from string 11 years ago
Stefano Sabatini e2b54464c6 lavu/opt: fix range check logic in set_format() 11 years ago
Diego Biurrun d06ca2040c error.h: Do not circularly depend on avutil.h 11 years ago
Tim Walker 10d982480f lavu: fix typo in documentation. 11 years ago
Michael Niedermayer 911676c643 avutil/avstring: add av_strnlen() 11 years ago
Ivan Kalvachev 1c63aed232 Convert XvMC to hwaccel v3 11 years ago
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