summaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-101-2/+5
|\
| * lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje2012-07-101-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-251-1/+1
|\ \ | |/
| * x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-251-1/+1
* | attributes: move av_restrict fallback from internal to attributesMichael Niedermayer2012-06-171-4/+0
* | lavu/internal: define av_restrict if it has not been defined by config.hMichael Niedermayer2012-06-171-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
| * avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger2011-11-061-0/+4
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-031-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-0/+6
|\ \ | |/
| * Move metadata API from lavf to lavu.Anton Khirnov2011-06-081-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-2/+0
|\ \ | |/
| * Remove unnecessary LIBAVFORMAT_BUILD #ifdef.Diego Biurrun2011-06-051-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-0/+16
|\ \ | |/
| * Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-241-0/+14
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-091-0/+2
|\ \ | |/
| * Ban strncpy() it's too easy to misuse.Alex Converse2011-05-081-0/+2
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-1/+1
|\ \ | |/
| * Remove unnecessary icc version checksMans Rullgard2011-03-231-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-0/+11
| * Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-311-14/+0
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-7/+0
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-1/+0
* | Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos2011-03-021-1/+1
* | Frame-based multithreading framework using pthreadsAlexander Strange2011-02-111-0/+11
* | Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-311-14/+0
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-7/+0
|/
* Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos2010-11-101-1/+1
* Use attribute force_align_arg_pointer only on x86_32.Carl Eugen Hoyos2010-07-171-1/+1
* Improve FF_SYMVER documentationMåns Rullgård2010-06-301-6/+15
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Document FF_SYMVER and attribute_usedMichael Niedermayer2010-06-161-0/+15
* Fix symbol version compat wrappers on systems with export prefixesMåns Rullgård2010-06-151-5/+5
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-151-0/+11
* av_alias is an attribute and belongs to attributes.hMichael Niedermayer2010-05-131-8/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-2/+1
* Move libm replacements to new header libm.hMåns Rullgård2010-03-091-59/+1
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-081-22/+0
* Add casts to correct return type in macros for missing libm funcsMåns Rullgård2010-02-201-3/+3
* Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos2010-02-201-1/+1
* Define missing llrint() as macro instead of inline functionMåns Rullgård2010-02-091-4/+2
* Define av_alias if supported by compilerMåns Rullgård2010-01-291-0/+8
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-201-19/+0
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-191-38/+0
* Use macros instead of inline functions to replace the following missing C99Vitor Sessak2010-01-161-16/+8
* Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak2010-01-121-0/+21
* Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger2009-11-101-4/+0
OpenPOWER on IntegriCloud