246 Commits (6d6faa2a2ded9cc203a9f2d8dcceebbda27a12a4)

Author SHA1 Message Date
James Almer 1d4d0ee4b0 avutil/reverse: move the ff_reverse declaration to a separate header 8 years ago
Marton Balint b72a7b96f8 avformat: factorize iso 8601 timestamp writer to a dictionary avutil function 8 years ago
Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
Ganesh Ajjanagadde bccc81dfa0 lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y) 9 years ago
Michael Niedermayer b4f59beeb4 avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile() 9 years ago
Ganesh Ajjanagadde 11388b5a8f lavu/internal: add ff_exp10 9 years ago
Janne Grunau 50078c1c80 libavutil: move FFALIGN macro from common.h to macros.h 9 years ago
Timothy Gu 006d3e97fc cosmetics: Fix weird indentations 9 years ago
Michael Niedermayer 5c3dee7dad avutil: Move av_rint64_clip_* to internal.h 9 years ago
Ganesh Ajjanagadde 31ed189d5c avutil/internal: add av_warn_unused_result to avpriv_open 9 years ago
Hendrik Leppkes d83dd630a0 lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft 9 years ago
Ronald S. Bultje 70a19c482a Move ff_dlog from lavc to lavu. 9 years ago
Andreas Cadhalpun 107e54c5bf avutil: add ff_reverse as av_reverse replacement 9 years ago
Chris Watkins 55e29ceec8 Put a space between string literals and macros. 9 years ago
Luca Barbato a6f19d6a9f configure: Support MSVC 2015 10 years ago
Michael Niedermayer 890b874889 avutil/internal: Suppress empty body warning from emms_c() 10 years ago
Peter Tissen 79f83523f7 configure: Make compilable with VS2015 (missing hunk) 10 years ago
wm4 3e18dc235e avutil: move internal function out of public header 10 years ago
Michael Niedermayer 0f931b29f7 Factorize avpriv_mirror() out 10 years ago
Vittorio Giovara 277ff7f5dc lavu: move internal define to the only places where it is used 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun bb41115d56 imgutils: Do not declare avpriv_set_systematic_pal2 in the public header 10 years ago
James Almer 25d5ea6d5a lavu: add LOCAL_ALIGNED_32 11 years ago
Janne Grunau a88e1d1c59 lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets 11 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer 47ec0b0b0f avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTO 11 years ago
Michael Niedermayer 3e6088f732 avutil/internal.h: add timer.h back 11 years ago
Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
Diego Biurrun d64341e498 configure: Prefix libc-related variables with "libc_" 11 years ago
Carl Eugen Hoyos 87eae03aac Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux. 11 years ago
Stefano Sabatini d96e377c39 lavu/channel_layout: change av_get_channel_layout() behavior at the next bump 11 years ago
Alex Smith 09f2581dc5 msvc/icl: Use __declspec(deprecated) 11 years ago
Reimar Döffinger d4db7c334b Integrate accessors.h header into internal.h 11 years ago
Martin Storsjö e743e7ae6e libavutil: Make avpriv_open a library-internal function on msvcrt 11 years ago
Martin Storsjö 33237123c8 libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as well 11 years ago
Rémi Denis-Courmont 869b04e891 libavutil: add avpriv_open() to open files with close-on-exec flag 11 years ago
Diego Biurrun 3a7050ffed build: Add _Pragma macro to disable deprecated declaration warnings 11 years ago
Stefano Sabatini 84be806982 lavu: define FF_MEMORY_POISON and use it 12 years ago
Martin Storsjö 06122c2533 msvc: Move linker pragma from config.h to libavutil/internal.h 12 years ago
Diego Biurrun f099d3d1d5 Add av_log_{ask_for_sample|missing_feature} replacements to libavutil 12 years ago
Diego Biurrun 4db96649ca avutil: Ensure that emms_c is always defined, even on non-x86 12 years ago
Diego Biurrun ab441e20ff avutil: Move emms code to x86-specific header 12 years ago
Luca Barbato fd1abf4269 lavu: avoid clashing definition of E 12 years ago
Paul B Mahol faac85005c lavu/internal: rename macro E(x) to EXPAND(x) 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Martin Storsjö f4facd2ce7 x86: Add a Yasm-based emms() replacement 12 years ago
Michael Niedermayer 2624027439 lavu: drop time redefinition as it causes some problems in some uncommon configurations. 12 years ago
Janne Grunau e96d90eed6 remove #defines to prevent use of discouraged external functions 12 years ago
Martin Storsjö d66c52c2b3 Add support for building shared libraries with MSVC 12 years ago
Mans Rullgard 05e209c04c Allow use of strncpy() 12 years ago