summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
Commit message (Expand)AuthorAge
* libavutil: Deprecate av_fopen_utf8, provide an avpriv versionMartin Storsjö2022-05-23
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-24
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* lavu/internal: add FF_FIELD_AT().Nicolas George2021-08-14
* avutil/internal: Move MAKE_ACCESSORS to its only userAndreas Rheinhardt2021-08-05
* Move ff_tlog() from lavc/internal.h to lavu/internal.hAndreas Rheinhardt2021-08-05
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-22
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-03-31
* avutil/buffer: change public function and struct size parameter types to size_tJames Almer2021-03-10
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* lavu/internal: Fix comment for avpriv_dict_set_timestampJun Zhao2020-06-14
* avutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macrosLimin Wang2020-06-13
* avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang2020-06-13
* lavu/internal: Replace an empty loop with "do {}".Carl Eugen Hoyos2018-12-19
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer2017-11-19
|\
* | Avoid corrupting diagnostic state with _Pragma changes.Dale Curtis2017-11-14
* | Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'James Almer2017-11-11
|\|
* | Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'James Almer2017-11-11
|\|
| * msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö2017-08-31
* | Merge commit '10f4511f14a4e830c0ed471df4cd1cc2a18a481a'James Almer2017-10-26
|\|
| * libavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx(Martin Storsjö2017-03-31
| * lavu: add LOCAL_ALIGNED_32James Almer2016-08-03
* | avutil/internal: Do not enable CHECKED with DEBUGMichael Niedermayer2017-04-11
* | Factorize CHECK/SUINT codeMichael Niedermayer2017-02-21
* | Factor CHECKED out of DEBUG so it can be set seperatlyMichael Niedermayer2017-02-19
* | avutil/reverse: move the ff_reverse declaration to a separate headerJames Almer2017-01-12
* | avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint2016-08-17
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* | lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde2016-03-18
* | avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-12
* | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes2016-01-02
|\|
| * libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-14
* | lavu/internal: add ff_exp10Ganesh Ajjanagadde2015-12-25
* | cosmetics: Fix weird indentationsTimothy Gu2015-12-07
* | avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer2015-11-15
* | avutil/internal: add av_warn_unused_result to avpriv_openGanesh Ajjanagadde2015-10-16
* | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes2015-09-05
* | Move ff_dlog from lavc to lavu.Ronald S. Bultje2015-08-18
* | avutil: add ff_reverse as av_reverse replacementAndreas Cadhalpun2015-08-12
* | Put a space between string literals and macros.Chris Watkins2015-07-07
* | Merge commit 'a6f19d6a9f8d1e08653d9d77581e8c823f4955c2'Michael Niedermayer2015-06-08
|\|
| * configure: Support MSVC 2015Luca Barbato2015-06-08
* | avutil/internal: Suppress empty body warning from emms_c()Michael Niedermayer2015-05-06
* | configure: Make compilable with VS2015 (missing hunk)Peter Tissen2015-03-06
* | avutil: move internal function out of public headerwm42015-02-10
* | Factorize avpriv_mirror() outMichael Niedermayer2015-01-05