| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/internal: remove timer.h again | Zhao Zhili | 2023-04-15 | 1 | -1/+0 |
* | avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only user | Andreas Rheinhardt | 2022-09-30 | 1 | -2/+0 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -11/+0 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+1 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -28/+0 |
* | avutil/dict: Move avpriv_dict_set_timestamp() to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -12/+0 |
* | avutil/internal: Remove unused FF_SYMVER | Andreas Rheinhardt | 2022-09-03 | 1 | -28/+0 |
* | avutil/internal: Remove unused ff_rint64_clip() | Andreas Rheinhardt | 2022-09-03 | 1 | -36/+0 |
* | libavutil: Deprecate av_fopen_utf8, provide an avpriv version | Martin Storsjö | 2022-05-23 | 1 | -0/+8 |
* | Remove obsolete version.h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+0 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | lavu/internal: add FF_FIELD_AT(). | Nicolas George | 2021-08-14 | 1 | -0/+5 |
* | avutil/internal: Move MAKE_ACCESSORS to its only user | Andreas Rheinhardt | 2021-08-05 | 1 | -4/+0 |
* | Move ff_tlog() from lavc/internal.h to lavu/internal.h | Andreas Rheinhardt | 2021-08-05 | 1 | -0/+6 |
* | avutil/internal, swresample/audioconvert: Remove cpu.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL | Andreas Rheinhardt | 2021-04-27 | 1 | -9/+0 |
* | avutil/common: Add FF_PTR_ADD() | Michael Niedermayer | 2021-03-31 | 1 | -0/+2 |
* | avutil/buffer: change public function and struct size parameter types to size_t | James Almer | 2021-03-10 | 1 | -0/+7 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -1/+0 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -37/+0 |
* | lavu/internal: Fix comment for avpriv_dict_set_timestamp | Jun Zhao | 2020-06-14 | 1 | -1/+2 |
* | avutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macros | Limin Wang | 2020-06-13 | 1 | -36/+0 |
* | avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable | Limin Wang | 2020-06-13 | 1 | -0/+3 |
* | lavu/internal: Replace an empty loop with "do {}". | Carl Eugen Hoyos | 2018-12-19 | 1 | -1/+1 |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -0/+9 |
* | Merge commit '3152058bf1dca318898550efacf0286f4836cae6' | James Almer | 2017-11-19 | 1 | -5/+1 |
|\ |
|
* | | Avoid corrupting diagnostic state with _Pragma changes. | Dale Curtis | 2017-11-14 | 1 | -2/+2 |
* | | Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e' | James Almer | 2017-11-11 | 1 | -1/+1 |
|\| |
|
* | | Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0' | James Almer | 2017-11-11 | 1 | -2/+6 |
|\| |
|
| * | msvc: Properly specify dllexport for data symbols shared across dll boundaries | Martin Storsjö | 2017-08-31 | 1 | -6/+0 |
* | | Merge commit '10f4511f14a4e830c0ed471df4cd1cc2a18a481a' | James Almer | 2017-10-26 | 1 | -7/+14 |
|\| |
|
| * | libavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx( | Martin Storsjö | 2017-03-31 | 1 | -4/+5 |
| * | lavu: add LOCAL_ALIGNED_32 | James Almer | 2016-08-03 | 1 | -0/+6 |
* | | avutil/internal: Do not enable CHECKED with DEBUG | Michael Niedermayer | 2017-04-11 | 1 | -3/+2 |
* | | Factorize CHECK/SUINT code | Michael Niedermayer | 2017-02-21 | 1 | -0/+10 |
* | | Factor CHECKED out of DEBUG so it can be set seperatly | Michael Niedermayer | 2017-02-19 | 1 | -0/+4 |
* | | avutil/reverse: move the ff_reverse declaration to a separate header | James Almer | 2017-01-12 | 1 | -2/+0 |
* | | avformat: factorize iso 8601 timestamp writer to a dictionary avutil function | Marton Balint | 2016-08-17 | 1 | -0/+10 |
* | | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -36/+0 |
* | | lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y) | Ganesh Ajjanagadde | 2016-03-18 | 1 | -0/+16 |
* | | avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile() | Michael Niedermayer | 2016-03-12 | 1 | -0/+14 |
* | | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039' | Hendrik Leppkes | 2016-01-02 | 1 | -0/+1 |
|\| |
|
| * | libavutil: move FFALIGN macro from common.h to macros.h | Janne Grunau | 2015-12-14 | 1 | -0/+1 |
* | | lavu/internal: add ff_exp10 | Ganesh Ajjanagadde | 2015-12-25 | 1 | -0/+19 |
* | | cosmetics: Fix weird indentations | Timothy Gu | 2015-12-07 | 1 | -1/+1 |
* | | avutil: Move av_rint64_clip_* to internal.h | Michael Niedermayer | 2015-11-15 | 1 | -0/+37 |
* | | avutil/internal: add av_warn_unused_result to avpriv_open | Ganesh Ajjanagadde | 2015-10-16 | 1 | -0/+1 |
* | | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft | Hendrik Leppkes | 2015-09-05 | 1 | -4/+0 |
* | | Move ff_dlog from lavc to lavu. | Ronald S. Bultje | 2015-08-18 | 1 | -0/+6 |