Diego Biurrun
|
a4ce72480e
|
Add correct header #include to fix 'make checkheaders'.
Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Diego Biurrun
|
0e74e1ff3c
|
Add required stdint.h header #include.
Originally committed as revision 14077 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Diego Biurrun
|
9906a2be76
|
spelling cosmetics
Originally committed as revision 14076 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Diego Biurrun
|
bbdfa06d43
|
Add a note to remind people that new PCM/ADPCM formats need to be added to
the Makefile as well to allow proper selective compilation.
Originally committed as revision 14072 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Diego Biurrun
|
f1e3c9368b
|
Remove unused variable, fixes the warning:
libavcodec/nellymoserdec.c:133: warning: unused variable ‘i’
Originally committed as revision 14071 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
6f1e7a9e09
|
Write for loops in a more standard way. In my opinion, they are much more readable now.
Originally committed as revision 14068 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Ramiro Polla
|
b517af05b9
|
MLP/TrueHD decoder.
Originally committed as revision 14067 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
69c23e6f33
|
Move vars declaration to inner loop when possible
Originally committed as revision 14066 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
12ea267bca
|
Simplify
Originally committed as revision 14065 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
ab52eb8e50
|
Remove unneeded var
Originally committed as revision 14063 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
780433976d
|
Use a matrix instead of a vector
Originally committed as revision 14062 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
a429946ba9
|
Reindent table
Originally committed as revision 14061 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
4f0689b528
|
We do not only calculate it but we also return it.
Originally committed as revision 14058 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
2de74f5a4d
|
More correct comment.
Originally committed as revision 14057 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
2b150e9a0c
|
make sum_of_squares() more generic
Originally committed as revision 14056 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
58cc7dd9fc
|
Cosmetics: split a long line.
Originally committed as revision 14055 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
92ed1ec957
|
Use get_cabac_bypass_sign instead of an if/else.
Originally committed as revision 14054 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
142ee5d73d
|
Reorder the if/else for residual cats to match gcc's branch prediction.
Originally committed as revision 14053 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
47775cb8de
|
Simplify loop condition for readability.
Originally committed as revision 14052 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
9f734c3b57
|
Reindent.
Originally committed as revision 14051 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
9588ec340c
|
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop.
Originally committed as revision 14050 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
2e254bc583
|
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL.
(assuming your compiler removes unused static functions)
Originally committed as revision 14049 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
fedec603db
|
Don't test for H264 encoding unless an encoder exists.
Originally committed as revision 14048 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Ramiro Polla
|
5faf3a4449
|
Clarify comment about parity nibble.
Originally committed as revision 14047 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Ramiro Polla
|
49de8d1e9c
|
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.
Originally committed as revision 14044 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Stefano Sabatini
|
6122c92e92
|
Clarify/simplify documentation for the default_val field in AVOption.
Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
f38deb4452
|
Remove useless wrapper around ra288_decode_frame()
Originally committed as revision 14041 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
6091357fc0
|
Remove unpack() function, read the bitstream as needed
Originally committed as revision 14040 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
285ea3e30a
|
Clean up error message
Originally committed as revision 14039 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
a40b2c2a4b
|
Rewrite unpack() using the bitstream reader
Originally committed as revision 14038 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vladimir Voroshilov
|
e500315b1d
|
gain code, gain pitch and pitch delay decoding for ACELP based codecs
Originally committed as revision 14037 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
4452836391
|
Move function to avoid forward declaration
Originally committed as revision 14036 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
c1fadf5012
|
Remove useless initialization
Originally committed as revision 14035 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
eec7ade275
|
Reindent the whole file
Originally committed as revision 14034 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Benoit Fouet
|
0abf0c5398
|
Simplify mm_support() for ARM (by Måns).
Originally committed as revision 14033 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Matthieu Castet
|
37dcd091da
|
Define mm_support() for ARM.
Patch by Matthieu Castet <castet matthieu free fr>
Originally committed as revision 14032 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
fe4a5b185f
|
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one
Originally committed as revision 14031 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
b83ff6c700
|
Update copyright
Originally committed as revision 14030 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
95fc77b92d
|
Use ff_acelp_lp_synthesis_filter() instead of duplicating it
Originally committed as revision 14029 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
8a1c868ee6
|
Add a rounding parameter to ff_acelp_lp_synthesis_filter()
Originally committed as revision 14028 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Laurent Desnogues
|
a6ce3d3d2d
|
Add command line support for '-idct simplearmv6'.
patch by Laurent Desnogues, laurent.desnogues gmail com
Originally committed as revision 14027 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
dc95111c09
|
Doxy comment
Originally committed as revision 14026 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
f056c8e9dd
|
set frame_size in libfaad decoder
Originally committed as revision 14024 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
74fd9022b5
|
Realign newlines.
Originally committed as revision 14023 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
00969e1c59
|
Use MANGLE() instead of memory operands to read globals.
(fixes out of registers with apple gcc 4.2)
Originally committed as revision 14022 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
aadd27cdf4
|
Make code independent/less dependent on dsputil.
This also makes the mmx parts work again ...
Originally committed as revision 14021 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Ramiro Polla
|
ae10e1fd3d
|
Seek the file forwards instead of backwards when sync is lost.
Originally committed as revision 14014 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
b6a66897b6
|
Remove pointless AVFrame* casting.
Originally committed as revision 14011 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
39047aecac
|
Remove duplicate emms.
Originally committed as revision 14010 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Alexander Strange
|
8b9bda1c37
|
Remove commented-out code.
Originally committed as revision 14009 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |