summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/internal: remove timer.h againZhao Zhili2023-04-151-1/+0
* avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only userAndreas Rheinhardt2022-09-301-2/+0
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-11/+0
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+1
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-28/+0
* avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt2022-09-031-12/+0
* avutil/internal: Remove unused FF_SYMVERAndreas Rheinhardt2022-09-031-28/+0
* avutil/internal: Remove unused ff_rint64_clip()Andreas Rheinhardt2022-09-031-36/+0
* libavutil: Deprecate av_fopen_utf8, provide an avpriv versionMartin Storsjö2022-05-231-0/+8
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-241-1/+0
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* lavu/internal: add FF_FIELD_AT().Nicolas George2021-08-141-0/+5
* avutil/internal: Move MAKE_ACCESSORS to its only userAndreas Rheinhardt2021-08-051-4/+0
* Move ff_tlog() from lavc/internal.h to lavu/internal.hAndreas Rheinhardt2021-08-051-0/+6
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-7/+0
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-271-9/+0
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-03-311-0/+2
* avutil/buffer: change public function and struct size parameter types to size_tJames Almer2021-03-101-0/+7
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-1/+0
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-37/+0
* lavu/internal: Fix comment for avpriv_dict_set_timestampJun Zhao2020-06-141-1/+2
* avutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macrosLimin Wang2020-06-131-36/+0
* avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang2020-06-131-0/+3
* lavu/internal: Replace an empty loop with "do {}".Carl Eugen Hoyos2018-12-191-1/+1
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-0/+9
* Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer2017-11-191-5/+1
|\
* | Avoid corrupting diagnostic state with _Pragma changes.Dale Curtis2017-11-141-2/+2
* | Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'James Almer2017-11-111-1/+1
|\ \ | |/
* | Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'James Almer2017-11-111-2/+6
|\ \ | |/
| * msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö2017-08-311-6/+0
* | Merge commit '10f4511f14a4e830c0ed471df4cd1cc2a18a481a'James Almer2017-10-261-7/+14
|\ \ | |/
| * libavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx(Martin Storsjö2017-03-311-4/+5
| * lavu: add LOCAL_ALIGNED_32James Almer2016-08-031-0/+6
* | 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