summaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '869b04e89154cd92d2bcfdabcecbe3217864c099'Michael Niedermayer2013-08-081-0/+5
|\ \ | |/
| * libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2013-08-071-0/+5
* | Merge commit '3a7050ffed5ce061b114a11e4de4b77aba8efa0b'Michael Niedermayer2013-08-031-0/+8
|\ \ | |/
| * build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun2013-08-021-0/+8
* | lavu: define FF_MEMORY_POISON and use itStefano Sabatini2013-05-131-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-081-0/+5
|\ \ | |/
| * msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö2013-05-081-0/+5
* | Merge commit 'f099d3d1d5466bd63f4ab36270d169ff9ea613b8'Michael Niedermayer2013-03-141-0/+21
|\ \ | |/
| * Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-131-0/+21
* | Merge commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba'Michael Niedermayer2013-02-151-21/+8
|\ \ | |/
| * avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun2013-02-141-0/+4
| * avutil: Move emms code to x86-specific headerDiego Biurrun2013-02-141-20/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-121-4/+4
|\ \ | |/
| * lavu: avoid clashing definition of ELuca Barbato2013-02-121-4/+4
* | lavu/internal: rename macro E(x) to EXPAND(x)Paul B Mahol2013-02-091-4/+4
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-0/+26
|\ \ | |/
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-191-0/+3
|\ \ | |/
| * x86: Add a Yasm-based emms() replacementMartin Storsjö2013-01-181-0/+3
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-32/+0
|\ \ | |/
| * remove #defines to prevent use of discouraged external functionsJanne Grunau2012-11-251-34/+0
* | lavu: drop time redefinition as it causes some problems in some uncommon conf...Michael Niedermayer2012-11-261-2/+0
* | Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer2012-10-191-0/+6
|\ \ | |/
| * Add support for building shared libraries with MSVCMartin Storsjö2012-10-181-0/+6
* | Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer2012-10-041-2/+0
|\ \ | |/
| * Allow use of strncpy()Mans Rullgard2012-10-031-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-311-3/+3
|\ \ | |/
| * x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-111-5/+0
|\ \ | |/
| * dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-101-5/+0
OpenPOWER on IntegriCloud