273 Commits (81380d221c2b1f9a72b08e4193e6f81774c07b2f)

Author SHA1 Message Date
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Nicolas George 1d8e1afc00 lavu/internal: add FF_FIELD_AT(). 3 years ago
Andreas Rheinhardt 2146b65553 avutil/internal: Move MAKE_ACCESSORS to its only user 3 years ago
Andreas Rheinhardt 549502868d Move ff_tlog() from lavc/internal.h to lavu/internal.h 3 years ago
Andreas Rheinhardt 2c05ee092b avutil/internal, swresample/audioconvert: Remove cpu.h inclusions 3 years ago
Andreas Rheinhardt ef6a9e5e31 avutil/buffer: Switch AVBuffer API to size_t 4 years ago
Andreas Rheinhardt 985c0dac67 avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL 4 years ago
Michael Niedermayer 522a5259e9 avutil/common: Add FF_PTR_ADD() 4 years ago
James Almer 14040a1d91 avutil/buffer: change public function and struct size parameter types to size_t 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Jun Zhao 0a0158e45d lavu/internal: Fix comment for avpriv_dict_set_timestamp 4 years ago
Limin Wang 2658680df4 avutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macros 4 years ago
Limin Wang 0a1dc81723 avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable 4 years ago
Carl Eugen Hoyos a07470ba37 lavu/internal: Replace an empty loop with "do {}". 6 years ago
wm4 d6fc031caf avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL 7 years ago
Dale Curtis 01763144dc Avoid corrupting diagnostic state with _Pragma changes. 7 years ago
Martin Storsjö abf1c058d1 msvc: Properly specify dllexport for data symbols shared across dll boundaries 7 years ago
Michael Niedermayer a44b3abb4c avutil/internal: Do not enable CHECKED with DEBUG 8 years ago
Martin Storsjö 10f4511f14 libavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx( 8 years ago
Michael Niedermayer 4614bf2caf Factorize CHECK/SUINT code 8 years ago
Michael Niedermayer e8d4eacc07 Factor CHECKED out of DEBUG so it can be set seperatly 8 years ago
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
James Almer 63ac8e2d93 lavu: add LOCAL_ALIGNED_32 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. 10 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