Michael Niedermayer
|
686959e87e
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
adbfc605f6
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
|
13 years ago |
Michael Niedermayer
|
58c03f6d7d
Merge remote branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
1550f45a89
Add av_clip_uintp2() function
|
13 years ago |
Michael Niedermayer
|
5192788321
avutil: add divide & modulo that round like unsigned ones do that is down.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Jason Garrett-Glaser
|
545dc699f8
Force inlining of avutil common routines
|
13 years ago |
Jason Garrett-Glaser
|
eb3755a5aa
Force inlining of avutil common routines
|
13 years ago |
Tomas Härdin
|
bc6f0af289
Add av_popcount() to libavutil/common.h and bump minor version
|
14 years ago |
Benoit Fouet
|
573af7545e
Add missing parentheses to AV_NE macro.
|
14 years ago |
Måns Rullgård
|
6a36facc3d
Fix out-of-tree build
|
14 years ago |
Stefano Sabatini
|
4f2d2e4ed9
Define macro AV_NE() and use it in libavdevice.
|
14 years ago |
Måns Rullgård
|
216b43aed2
Allow arch-overrides for all common.h clip and log2 functions
|
14 years ago |
Måns Rullgård
|
a955b59658
Remove macro duplication between common.h and intmath.h
|
14 years ago |
Måns Rullgård
|
c2a5b4731b
Improve GET_UTF{8,16} documentation
|
14 years ago |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 years ago |
Ronald S. Bultje
|
45a1b86a05
Add av_clip_int8(), used in the upcoming VP8 decoder.
|
14 years ago |
Benoit Fouet
|
1c7c0e2d40
Add missing parentheses in MKTAG and MKBETAG macros.
|
14 years ago |
Ronald S. Bultje
|
90bc36b063
Reindent after r22968.
|
14 years ago |
Ronald S. Bultje
|
ad6408960b
Write clip-related decimal numbers into hex, where they make more sense.
|
14 years ago |
Ronald S. Bultje
|
2d0525c27c
Fix broken 32-bit clipping, and write numbers in hex instead of decimal so
|
14 years ago |
Ronald S. Bultje
|
b1078e9fe6
Move clipping of audio samples (for those codecs outputting float) from decoder
|
14 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 years ago |
Måns Rullgård
|
b90b1b4c3c
Fix build on configurations without fast av_log2()
|
14 years ago |
Måns Rullgård
|
3369888aa5
cosmetics: indent
|
14 years ago |
Måns Rullgård
|
2acb5e10b9
Merge two adjacent ifdef blocks
|
14 years ago |
Måns Rullgård
|
2791730dbf
Move gcc attribute macros to new header libavutil/attributes.h
|
14 years ago |
Anton Khirnov
|
ae529ddb32
Add PUT_UTF16() macro.
|
14 years ago |
Måns Rullgård
|
544f5a922f
Optimise av_log2 with clz when available
|
15 years ago |
Francesco Lavra
|
91cc5d3767
Move ff_reverse in libavcodec to av_reverse in libavutil.
|
15 years ago |
Anton Khirnov
|
20c6837880
id3v2: Add support for UTF-16 encoding.
|
15 years ago |
Thilo Borgmann
|
c6dbbc4576
Add function to compute ceil(log2(x)).
|
15 years ago |
Ramiro Polla
|
f51fb686de
Introduce av_clip_uint16().
|
15 years ago |
Diego Biurrun
|
75af07495a
Revert addition of '#undef av_always_inline' to config.h in the small case.
|
15 years ago |
Carl Eugen Hoyos
|
a3a55b7848
Icc does not support attribute flatten, do not try to use it.
|
15 years ago |
Carl Eugen Hoyos
|
06be9d9d8e
Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold.
|
15 years ago |
David Conrad
|
ef516f7377
Move ALIGN macro to libavutil/common.h and use it in various places
|
15 years ago |
Måns Rullgård
|
03bc0f3744
Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers
|
15 years ago |
Carl Eugen Hoyos
|
0dd8966638
Silence one icc warning:
|
15 years ago |
Diego Biurrun
|
b7d3a8c13f
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.
|
15 years ago |
Michael Niedermayer
|
3b49f69077
av_flatten to make the similarly named attribute available.
|
15 years ago |
Michael Niedermayer
|
51066987cf
av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code.
|
15 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Diego Biurrun
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 years ago |
Diego Biurrun
|
8076c4731f
Reorganize header #includes: Unconditionally #include standard C headers,
|
16 years ago |
Diego Biurrun
|
6b8b7258e4
Move internal.h #include to the end of the file so that it is after
|
16 years ago |
Aurelien Jacobs
|
199436b952
moves mid_pred() into mathops.h (with arch specific code split by directory)
|
16 years ago |
Aurelien Jacobs
|
2bb6eba21d
remove ff_get_fourcc() and use AV_RL32() instead
|
16 years ago |
Aurelien Jacobs
|
9ce6c13879
export gcd function as av_gcd()
|
16 years ago |
Aurelien Jacobs
|
d80a7fe50a
move NULL_IF_CONFIG_SMALL() definition into internal header
|
16 years ago |