Michael Niedermayer
|
8bc7fe4daf
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Mans Rullgard
|
f64c2e710f
bswap: make generic implementation more compiler-friendly
|
13 лет назад |
Diego Biurrun
|
e610098e7b
bswap.h: Remove disabled code.
|
13 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 лет назад |
Måns Rullgård
|
1fc81e73dd
Make bswap.h safe to install as public API
|
14 лет назад |
Måns Rullgård
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 лет назад |
Måns Rullgård
|
e6b22522c9
bswap: change ME to NE in macro names
|
14 лет назад |
Måns Rullgård
|
cc6849ae50
bswap: 10L add missing parens around macro args
|
14 лет назад |
Måns Rullgård
|
547b7bcbb7
bswap: add macros to byteswap constants
|
14 лет назад |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 лет назад |
Måns Rullgård
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
14 лет назад |
Måns Rullgård
|
e482c2e2fb
AVR32: inline asm for bswap.h
|
15 лет назад |
Måns Rullgård
|
63613fe615
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
|
15 лет назад |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 лет назад |
Diego Biurrun
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Måns Rullgård
|
a2fc0f6a6d
ARM: replace "armv4l" with "arm"
|
16 лет назад |
Måns Rullgård
|
3a90480ac4
split bswap.h into per-arch files
|
16 лет назад |
Måns Rullgård
|
e80b267536
ARM: Kill warning in bswap_32()
|
16 лет назад |
Diego Pettenò
|
be449fca79
Convert asm keyword into __asm__.
|
16 лет назад |
Carl Eugen Hoyos
|
89493e10ef
Don't include byteswap.h anymore.
|
16 лет назад |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
Måns Rullgård
|
c696a863d4
ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
|
16 лет назад |
Måns Rullgård
|
ea66f252a8
ARM: ARMv6 optimised bswap_16/32
|
16 лет назад |
Zuxy Meng
|
85074d3c93
Reapply r12489: Add pure, const and malloc attributes to proper functions
|
16 лет назад |
Måns Rullgård
|
3662d880ed
32/64-bit agnostic x86 bswap
|
16 лет назад |
Måns Rullgård
|
70fa2e27ec
cosmetics: sanitise asm() statements in bswap.h
|
16 лет назад |
Benoit Fouet
|
2119bb8f51
revert r12489.
|
16 лет назад |
Zuxy Meng
|
6544f48f03
Pure, const and malloc attributes to libavutil.
|
16 лет назад |
Diego Biurrun
|
a087028ad8
Add #include "config.h" to headers that need it.
|
16 лет назад |
Diego Biurrun
|
7ce6892373
misc spelling fixes
|
16 лет назад |
Måns Rullgård
|
6bd859d67e
check for x86 bswap instruction
|
16 лет назад |
Diego Biurrun
|
27af15dc5c
prettyprinting cosmetics
|
17 лет назад |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 лет назад |
Diego Biurrun
|
224906414b
Remove leading underscores from specifiers, they are reserved.
|
17 лет назад |
Måns Rullgård
|
99545457bf
include all prerequisites in header files
|
17 лет назад |
Ramiro Polla
|
bf5d7db5a0
reorder bswap functions into bit-depth, special-casing inside the functions.
|
17 лет назад |
Ramiro Polla
|
853d15c2f8
make 2 functions "return x;" to simplify next patch
|
17 лет назад |
Marc Hoffman
|
20d45dc2a8
Faster 32 bit byteswaping code for Blackfin.
|
17 лет назад |
Måns Rullgård
|
849f10351d
rename always_inline to av_always_inline and move to common.h
|
18 лет назад |
Diego Biurrun
|
3cd52279c9
Use common define for x86_32 and x86_64.
|
18 лет назад |
Diego Biurrun
|
6c02f9e7ee
better #endif comment
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Diego Biurrun
|
04d7f60143
Add official LGPL license headers to the files that were missing them.
|
18 лет назад |
Ivan Kalvachev
|
afe6a4a0be
Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code.
|
19 лет назад |
Diego Biurrun
|
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
|
19 лет назад |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 лет назад |
Alexander Strasser
|
c11c2bc20b
libavutil: Utility code from libavcodec moved to a separate library.
|
19 лет назад |