Justin Ruggles
|
59d598b923
|
fix reading of samples-per-frame
Originally committed as revision 13111 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-11 04:25:34 +00:00 |
|
Vladimir Voroshilov
|
a52000f291
|
various filters for ACELP-based codecs
Originally committed as revision 13110 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-11 03:42:53 +00:00 |
|
Vitor Sessak
|
f863bee841
|
Simplify a list of array allocations with a loop.
patch by Vitor Sessak, vitor1001 gmail com
Originally committed as revision 13109 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-11 03:40:14 +00:00 |
|
Vladimir Voroshilov
|
3f3865d30b
|
Replace hardcoded LP filter order with parameter.
This will allow to reuse the code in the SIPR decoder.
Originally committed as revision 13108 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-11 03:18:18 +00:00 |
|
Vitor Sessak
|
bf21a10f1c
|
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
Originally committed as revision 13107 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-10 16:05:12 +00:00 |
|
Vitor Sessak
|
57ecbbbb1e
|
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
Originally committed as revision 13106 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-10 16:02:38 +00:00 |
|
Vitor Sessak
|
47eb818713
|
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
some further prettyprinting by myself.
Originally committed as revision 13105 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-10 15:59:08 +00:00 |
|
Diego Biurrun
|
a12b44d7fb
|
Add missing required header directly.
Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 14:34:52 +00:00 |
|
Diego Biurrun
|
20cd685ae8
|
Add missing path to #include.
Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 14:33:55 +00:00 |
|
Diego Biurrun
|
223d678a3f
|
Add missing path to #include statement.
Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 14:29:37 +00:00 |
|
Diego Biurrun
|
245976da2a
|
Use full path for #includes from another directory.
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 11:56:36 +00:00 |
|
Michael Niedermayer
|
def1e277b9
|
Little fix for block sizes <16
Originally committed as revision 13095 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 10:44:12 +00:00 |
|
Diego Biurrun
|
a1fe4604d4
|
Revert previous mistaken commit.
Originally committed as revision 13094 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 10:18:58 +00:00 |
|
Diego Biurrun
|
81f46d5ac9
|
ipp.h is a system header, use <> when #including it.
Originally committed as revision 13093 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 10:06:51 +00:00 |
|
Diego Biurrun
|
22700471a9
|
dsputil.h is not a system header, use "" when #including it.
Originally committed as revision 13092 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 09:48:49 +00:00 |
|
Michael Niedermayer
|
058aae3ce7
|
Improve motion estimation metric.
Patch by Michael Niedermayer
Originally committed as revision 13090 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-09 09:02:41 +00:00 |
|
Aurelien Jacobs
|
931141055b
|
remove useless comment
Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-08 23:15:39 +00:00 |
|
Aurelien Jacobs
|
5210529e2d
|
ensure vp56_decode_frame always return unchanged buf_size
Originally committed as revision 13083 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-08 21:59:51 +00:00 |
|
Ramiro Polla
|
40d0e665d0
|
Do not misuse long as the size of a register in x86.
typedef x86_reg as the appropriate size and use it instead.
Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-08 21:11:24 +00:00 |
|
Carl Eugen Hoyos
|
35027eddf3
|
Do not return -1 from void functions.
Originally committed as revision 13080 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-08 14:02:35 +00:00 |
|
Carl Eugen Hoyos
|
e0a0c85dbd
|
One const per declaration is enough.
Originally committed as revision 13079 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-08 14:01:44 +00:00 |
|
Baptiste Coudurier
|
6650c4c3a8
|
export dnxhd encoded picture quality
Originally committed as revision 13071 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-06 17:18:41 +00:00 |
|
Diego Biurrun
|
a5c0969a33
|
Remove one more set of useless parentheses from a return call.
Originally committed as revision 13070 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-06 09:20:50 +00:00 |
|
Diego Biurrun
|
ccd425e799
|
Remove unnecessary parentheses from return calls.
Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-06 09:16:36 +00:00 |
|
Jason Garrett-Glaser
|
144783887c
|
Use a state machine to reduce branching logic in decode_cabac_residual.
Patch by Jason Garrett-Glaser (darkshikari gmail com)
Originally committed as revision 13060 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-04 22:39:12 +00:00 |
|
Ramiro Polla
|
d010a2d5be
|
Prevent targaenc.c from outputting trash byte.
Originally committed as revision 13059 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-04 20:04:00 +00:00 |
|
Sisir Koppaka
|
9db5bdfaa5
|
Add complete multimedia Wiki URL, patch by Sisir Koppaka.
Originally committed as revision 13055 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-04 09:58:22 +00:00 |
|
Ramiro Polla
|
1f4fa6a4ef
|
Indent.
Originally committed as revision 13054 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-04 01:08:40 +00:00 |
|
Ramiro Polla
|
0ec7b71de8
|
Do not read out of array bounds.
Originally committed as revision 13053 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-04 01:07:46 +00:00 |
|
Michael Niedermayer
|
f7739f3708
|
Output buffer overflow.
Originally committed as revision 13052 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 21:06:55 +00:00 |
|
Michael Niedermayer
|
494e353179
|
Heap buffer overflow.
Originally committed as revision 13051 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 21:01:47 +00:00 |
|
Michael Niedermayer
|
83e9a67d7c
|
Fix memset(0) based buffer overflow.
Originally committed as revision 13050 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 20:56:57 +00:00 |
|
Michael Niedermayer
|
3df9ce75b5
|
Move declaration a little.
Originally committed as revision 13049 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 17:28:25 +00:00 |
|
Michael Niedermayer
|
8f51f55564
|
Setting i to 0 once should do.
Originally committed as revision 13048 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 17:26:13 +00:00 |
|
Diego Biurrun
|
20c9c8eec8
|
cosmetics: Consistently use C-style comments in #endif preprocessor directives.
Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 14:15:29 +00:00 |
|
Anuradha Suraparaju
|
f7cd9eed5d
|
Add Dirac support through libschroedinger.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 13:59:45 +00:00 |
|
Diego Biurrun
|
34499963e3
|
10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so
include the header before using parts from it.
Originally committed as revision 13045 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 13:55:31 +00:00 |
|
Måns Rullgård
|
0852e30b53
|
fix checkheaders when libdirac not installed
Originally committed as revision 13044 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 13:29:44 +00:00 |
|
Måns Rullgård
|
7c43009358
|
add necessary #includes in headers
Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 13:29:39 +00:00 |
|
Anuradha Suraparaju
|
690bfceb20
|
Dirac decoding/encoding support via libdirac.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13042 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 03:47:26 +00:00 |
|
Diego Biurrun
|
575e696ce4
|
Add Dirac parser from SoC; written by Marco Gerards;
submitted by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13041 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-03 03:33:21 +00:00 |
|
Justin Ruggles
|
97085fa154
|
include avcodec.h
Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-02 23:20:29 +00:00 |
|
Benjamin Larsson
|
c401efdefe
|
Long name spelling fixes
Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-02 22:58:16 +00:00 |
|
Justin Ruggles
|
512b37bb28
|
move call to init_get_bits inside conditional
Originally committed as revision 13037 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-02 21:35:32 +00:00 |
|
Justin Ruggles
|
9482171bbd
|
share streaminfo parsing function
Originally committed as revision 13036 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-02 21:34:34 +00:00 |
|
Justin Ruggles
|
9d48410f14
|
split out some decoder context params to a shared macro
Originally committed as revision 13035 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-02 21:33:14 +00:00 |
|
Justin Ruggles
|
4bc07e78b8
|
change function parameters for dump_headers()
Originally committed as revision 13034 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-02 21:30:32 +00:00 |
|
Justin Ruggles
|
a128cc91f3
|
change function parameters for metadata_streaminfo()
Originally committed as revision 13033 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-02 21:29:49 +00:00 |
|
Diego Pettenò
|
53e85f5fa4
|
Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.
Originally committed as revision 13027 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-01 15:20:57 +00:00 |
|
Diego Biurrun
|
cdfec9c02a
|
Comment out unused ff_vc1_norm6_spec table.
Originally committed as revision 13024 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-04-30 16:33:58 +00:00 |
|