Ronald S. Bultje
|
f7494394ee
Make get_bits_left() available for use in libavcodec (was previously held
|
15 years ago |
Michael Niedermayer
|
71a48ff23c
Add size_in_bits to PutBitContext
|
15 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Reimar Döffinger
|
724cc2dfaa
Use AV_WL32/AV_WB32 in bitstream.h
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Måns Rullgård
|
23ae2b68b0
Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
|
16 years ago |
Måns Rullgård
|
a2fc0f6a6d
ARM: replace "armv4l" with "arm"
|
16 years ago |
Diego Pettenò
|
be449fca79
Convert asm keyword into __asm__.
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Stefano Sabatini
|
7a7c4a7bf7
Fix typo.
|
16 years ago |
Bartlomiej Wolowiec
|
8580314463
Little-endian bitstream writer
|
16 years ago |
Måns Rullgård
|
29c8b6263a
Remove dead code in bitstream.h
|
16 years ago |
Ramiro Polla
|
6647ab80e3
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
|
16 years ago |
Måns Rullgård
|
71c465a151
Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
|
16 years ago |
Michael Niedermayer
|
d05b24ff89
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.
|
16 years ago |
Michael Niedermayer
|
ccc54864fe
Make init_vlc* support proper static tables instead of this broken beyond
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 years ago |
Michael Niedermayer
|
1701cbfafc
const
|
17 years ago |
Kostya Shishkov
|
b44665c4e6
Make decode210() common function.
|
17 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Aurelien Jacobs
|
28296f9c9e
move get_unary() to its own file
|
17 years ago |
Roman Shaposhnik
|
67c1b32f3d
* getting rid of code duplication
|
17 years ago |
Alex Beregszaszi
|
971e878dca
copy get_unary from vc1
|
17 years ago |
Michael Niedermayer
|
1ae7a85116
indent
|
17 years ago |
Diego Biurrun
|
df3a80b50a
cosmetics: misc typo fixes
|
17 years ago |
Aurelien Jacobs
|
98f7b56bb6
move ff_copy_bits to bitstream.c
|
17 years ago |
Måns Rullgård
|
99545457bf
include all prerequisites in header files
|
17 years ago |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
17 years ago |
Loren Merritt
|
b613bacca9
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
|
17 years ago |
Marc Hoffman
|
73a47fb297
Blackfin is a strictly aligned processor.
|
17 years ago |
Diego Biurrun
|
e42dba481f
typos/grammar
|
17 years ago |
Michel Bardiaux
|
a9c9a2400b
Supply context to tprintf
|
17 years ago |
Stefan Gehrer
|
0ac47d632f
fix comment, get/show_bits(0) does not work
|
17 years ago |
Martin Storsjö
|
4027ed1d06
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsjö, martin at martin st
|
18 years ago |
Måns Rullgård
|
849f10351d
rename always_inline to av_always_inline and move to common.h
|
18 years ago |
Diego Biurrun
|
3cd52279c9
Use common define for x86_32 and x86_64.
|
18 years ago |
Diego Biurrun
|
c45b5de03a
Fix #endif comments.
|
18 years ago |
Gregory Montoir
|
7da4d4cdec
fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net%
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Reimar Döffinger
|
d1121caa66
Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.
|
18 years ago |
Diego Biurrun
|
04d7f60143
Add official LGPL license headers to the files that were missing them.
|
18 years ago |
Måns Rullgård
|
ae5e7e7f10
inline align_get_bits()
|
18 years ago |
Måns Rullgård
|
0e176c3eb5
remove redundant declarations
|
18 years ago |
Aurelien Jacobs
|
a1b65018f1
use the A32_BITSTREAM_READER by default on ARM (faster)
|
18 years ago |
Aurelien Jacobs
|
75c998a219
force usage of ALT_BITSTREAM_READER where needed
|
18 years ago |
Aurelien Jacobs
|
8fbc6aae75
move some functions to bitstream.h to avoid conflicts
|
18 years ago |
Aurelien Jacobs
|
6ff3b2b838
Fix A32_BITSTREAM_READER compilation on x86
|
18 years ago |
Michael Niedermayer
|
6e4703cac7
2nd try of skip_bits_long() for the ALT reader
|
18 years ago |
Michael Niedermayer
|
a42ec9f484
make A32 reader align its ptr during init no matter what missaligned mess is given to it
|
18 years ago |
Michael Niedermayer
|
3dddf21fcc
3rd try :)
|
18 years ago |