Aurelien Jacobs
76025d91da
cosmetics: vertical alignment
...
Originally committed as revision 16069 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
3d52bca6bf
avoid POSIX reserved _t suffix
...
Originally committed as revision 16068 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
e998ba4fbc
avoid POSIX reserved _t suffix
...
Originally committed as revision 16067 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
aaf0e267ff
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved
...
namespaces of POSIX.
Originally committed as revision 16065 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
c9bea488fe
Avoid POSIX reserved _t suffix.
...
Originally committed as revision 16060 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
259037d099
Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.
...
Originally committed as revision 16059 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
09f6fc6b74
move structure definitions in their own header
...
Originally committed as revision 16051 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
00d9d0f5e2
cosmetics
...
Originally committed as revision 16050 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
049a6c8b32
use dsp clear_block
...
Originally committed as revision 16049 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
af5e7fc9b9
use dsp clear_block
...
Originally committed as revision 16048 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
David Conrad
a1546009ac
Fix compilation with only Theora decoder enabled
...
Originally committed as revision 16047 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
5a3e9f2c80
Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.
...
- Patch by Kenan Gillet
Originally committed as revision 16046 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Loren Merritt
5fecfb7d58
clear_block mmx
...
Originally committed as revision 16045 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Loren Merritt
5fac277602
fix progressive jpeg:
...
support refinement passes
remove intermediate clipping
remove redundant idct
Originally committed as revision 16044 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
8153f14444
AAC: move scratch array to context to ensure 16-byte alignment
...
Originally committed as revision 16043 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alexis Ballier
7b5e49fe2e
Remove useless inline qualifier, fixes linking with gcc 4.3.
...
patch by Alexis Ballier, alexis.ballier gmail com
Originally committed as revision 16042 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
4a904903dc
AAC: Use a sign LUT rather than 1-2*get_bits1()
...
Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16041 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
c0893c3abb
AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.
...
Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16040 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
8821210575
AAC: Remove unnecessary fabsf()
...
Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16039 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
dbbec0c2f2
Make av_log_missing_feature an internal function, and change its name
...
to ff_log_missing_feature.
Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
20e047262f
cosmetics: alignment after last commit
...
Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
72a6244b5d
ac3: detect dba errors and prevent writing past end of array
...
Originally committed as revision 16034 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
0dfcc36818
Do not attempt to decode RV30/40 B-frames without anchors.
...
This fixes issue 747.
Originally committed as revision 16031 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
c687643c68
mlp: cosmetics: remove {}s over one-lined if.
...
Originally committed as revision 16027 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
ee1a8f6290
mlp: support bit-depths greater than 16 by default.
...
Originally committed as revision 16026 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
2ceccf045c
ac3dec: simplify exponent bounds checking
...
Originally committed as revision 16022 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Mathieu Velten
97679e6e38
mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
...
Patch by Mathieu Velten < matmaul at gmail dot com >
Originally committed as revision 16021 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
d98d70d697
ac3dec: add missing feature log message for block start info
...
Originally committed as revision 16020 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
3e7aa8fa4c
ac3dec: use skip_bits_long() for block start bits
...
Originally committed as revision 16019 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
96f229d6c0
ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().
...
Originally committed as revision 16018 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
806703243e
cosmetics: vertical alignment
...
Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
1cdd567f31
cosmetics: reindent after last commit
...
Originally committed as revision 16016 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
ce7d842fa6
ac3dec: detect out-of-range exponents
...
Originally committed as revision 16015 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
d8b66635e0
ARM: remove some useless comments
...
Originally committed as revision 16014 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
6149cdbe9d
Make decoding run of pixels in MS RLE saner.
...
This is based on patches by Alex Converse and Mans Rullgard
Thread "[PATCH] Fix MSRLE type punning"
Originally committed as revision 16013 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
ce60c2d133
Print out some errors found during MS RLE decoding
...
Originally committed as revision 16012 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
56da1fd7d1
AASC can contain raw data in addition to MS-RLE
...
Originally committed as revision 16011 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
d23b28c78b
Check that cpb_count is within the allowed range.
...
Originally committed as revision 16010 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
36d5b17514
Fix FF_OPT_TYPE_INT64 support of defaults.
...
Originally committed as revision 16008 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jai Menon
3d5e1bfb20
Fix an overflow in the predictor.
...
fixes issue 636
Patch by Jai.
Originally committed as revision 16007 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
6e74619e5e
Silence some ICC warnings. Patch by Vitor Sessak.
...
Originally committed as revision 16006 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reynaldo H. Verdejo Pinochet
87a9173679
Add expected const qualifier on 'buf' to match AVCodec.decode's declaration.
...
This change gets rid of another compiler warning.
Originally committed as revision 16005 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reynaldo H. Verdejo Pinochet
9e00c20e00
COSMETICS, add missing remarks crediting Ben and Kenan
...
Originally committed as revision 16003 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
675f71144b
Fraps version 3 seems to be the same as Fraps v5
...
Originally committed as revision 16002 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
02a5ef5329
partial WRAW fourcc support, might need image flipping
...
Originally committed as revision 16000 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
f23dc1e1f9
silence gcc warning: ‘n_bands’ may be used uninitialized
...
Originally committed as revision 15999 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
75b53b2123
ac3dec: use uint8_t for band sizes
...
Originally committed as revision 15998 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reynaldo H. Verdejo Pinochet
b12c76277b
Removes misleading const qualifier, gets rid of two compiler warnings
...
Originally committed as revision 15997 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
b0e8ce55ae
ARM: convert VFP code to UAL syntax
...
Originally committed as revision 15994 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
289e8fd001
Implement complexity estimation parsing and try to detect an incorrectly set
...
complexity estimation flag.
Originally committed as revision 15993 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago