summaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/internal: Do not enable CHECKED with DEBUGMichael Niedermayer2017-04-111-3/+2
* Factorize CHECK/SUINT codeMichael Niedermayer2017-02-211-0/+10
* Factor CHECKED out of DEBUG so it can be set seperatlyMichael Niedermayer2017-02-191-0/+4
* avutil/reverse: move the ff_reverse declaration to a separate headerJames Almer2017-01-121-2/+0
* avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint2016-08-171-0/+10
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-36/+0
* lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde2016-03-181-0/+16
* avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-121-0/+14
* Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes2016-01-021-0/+1
|\
| * libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-141-0/+1
* | lavu/internal: add ff_exp10Ganesh Ajjanagadde2015-12-251-0/+19
* | cosmetics: Fix weird indentationsTimothy Gu2015-12-071-1/+1
* | avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer2015-11-151-0/+37
* | avutil/internal: add av_warn_unused_result to avpriv_openGanesh Ajjanagadde2015-10-161-0/+1
* | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes2015-09-051-4/+0
* | Move ff_dlog from lavc to lavu.Ronald S. Bultje2015-08-181-0/+6
* | avutil: add ff_reverse as av_reverse replacementAndreas Cadhalpun2015-08-121-0/+2
* | Put a space between string literals and macros.Chris Watkins2015-07-071-2/+2
* | Merge commit 'a6f19d6a9f8d1e08653d9d77581e8c823f4955c2'Michael Niedermayer2015-06-081-5/+6
|\ \ | |/
| * configure: Support MSVC 2015Luca Barbato2015-06-081-5/+6
* | avutil/internal: Suppress empty body warning from emms_c()Michael Niedermayer2015-05-061-1/+1
* | configure: Make compilable with VS2015 (missing hunk)Peter Tissen2015-03-061-1/+1
* | avutil: move internal function out of public headerwm42015-02-101-0/+2
* | Factorize avpriv_mirror() outMichael Niedermayer2015-01-051-0/+13
* | Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2'Michael Niedermayer2014-11-241-3/+0
|\ \ | |/
| * lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-241-4/+0
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-4/+4
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-2/+2
* | Merge commit 'bb41115d56930b9f5d59e79dca254d1201246967'Michael Niedermayer2014-08-041-0/+3
|\ \ | |/
| * imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun2014-08-041-0/+3
* | lavu: add LOCAL_ALIGNED_32James Almer2014-04-251-0/+6
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-04-251-0/+5
|\ \
| * | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-241-0/+5
* | | Merge commit 'a88e1d1c598e641eecd5d43730211d91c82787c6'Michael Niedermayer2014-04-251-0/+7
|\ \ \ | |/ / |/| / | |/
| * lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-241-0/+7
* | avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTOMichael Niedermayer2014-04-221-0/+18
* | avutil/internal.h: add timer.h backMichael Niedermayer2014-01-261-0/+1
* | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer2014-01-261-1/+0
|\ \ | |/
| * avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-1/+0
* | Merge commit 'd64341e498fa46c6cf4c23d408177d7489559654'Michael Niedermayer2013-12-091-1/+1
|\ \ | |/
| * configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-091-1/+1
* | Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux.Carl Eugen Hoyos2013-10-211-1/+1
* | lavu/channel_layout: change av_get_channel_layout() behavior at the next bumpStefano Sabatini2013-10-171-0/+5
* | Merge commit '09f2581dc5edb3642858d69d9a70b67e249167e9'Michael Niedermayer2013-09-201-2/+10
|\ \ | |/
| * msvc/icl: Use __declspec(deprecated)Alex Smith2013-09-201-2/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-101-0/+4
|\ \ | |/
| * libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-101-0/+4
* | Merge commit '33237123c83bf4f8345e6ac889ad2e7dbd303d0e'Michael Niedermayer2013-08-101-1/+1
|\ \ | |/
| * libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...Martin Storsjö2013-08-101-1/+1
* | Integrate accessors.h header into internal.hReimar Döffinger2013-08-101-0/+4
OpenPOWER on IntegriCloud