Carl Eugen Hoyos
504a64b95d
Silence useless icc warnings.
...
Originally committed as revision 13118 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
ce9eac7913
Implement bidirectional (positive offset - left, negative - right)
...
signed shift for ACELP-based codecs.
Originally committed as revision 13117 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Dave Yeo
0a1b29dea7
sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus net
...
Originally committed as revision 13116 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
5fcc4a236b
Document AVCodecContext channels field.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13115 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
397db8ac5e
Fix type of dest_addr_len to respect return value of udp_set_url.
...
Patch by Luca Abeni.
Originally committed as revision 13114 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
542c064d1b
Update comment to version, negotiated with Diego, and
...
fix missing period (not latest revision of patch
was wrongly committed).
Originally committed as revision 13113 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
7c96587c17
Fix compilation error.
...
It was introduced after changing input parameter and
overlooked during review process.
Originally committed as revision 13112 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
59d598b923
fix reading of samples-per-frame
...
Originally committed as revision 13111 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
a52000f291
various filters for ACELP-based codecs
...
Originally committed as revision 13110 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
Benoit Fouet
f211662c7c
Add missing path to #include.
...
Originally committed as revision 13104 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a12b44d7fb
Add missing required header directly.
...
Originally committed as revision 13103 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
20cd685ae8
Add missing path to #include.
...
Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
223d678a3f
Add missing path to #include statement.
...
Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Keiji Costantini
49f2339cbf
Remove in_asm_used_var_warning_killer()
...
Patch by Keiji Costantini ( strites gmail com )
Originally committed as revision 26706 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
9b3cdc2ece
Remove -I flags pointing to local paths, they are no longer necessary.
...
Originally committed as revision 13100 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
83da2c6f26
Use full path for #includes from another directory.
...
Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
2343a04092
Remove redundant #undef statements that were mistakenly committed.
...
Originally committed as revision 13099 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
245976da2a
Use full path for #includes from another directory.
...
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jai Menon
86b2d47fc0
IFF stereo support
...
Patch by Jai Menon ( realityman gmx net )
Originally committed as revision 13097 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c38e75fc52
Add required stdint.h header.
...
Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
def1e277b9
Little fix for block sizes <16
...
Originally committed as revision 13095 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a1fe4604d4
Revert previous mistaken commit.
...
Originally committed as revision 13094 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
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
17 years ago
Diego Biurrun
f38c6c6cab
string.h is a system header file, so use <> for it.
...
Originally committed as revision 13091 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
058aae3ce7
Improve motion estimation metric.
...
Patch by Michael Niedermayer
Originally committed as revision 13090 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
b9a7da77ec
use enum type instead of int
...
Originally committed as revision 13089 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
db26212676
cosmetics: indentation
...
Originally committed as revision 13088 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
de3230fb96
matroskadec: add support for lzo compressed tracks
...
Originally committed as revision 13087 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
931141055b
remove useless comment
...
Originally committed as revision 13086 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
5d2b12f6de
matroskadec: fail gracefully when seeking don't work
...
Originally committed as revision 13085 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
953f54f1f4
#include required stdint.h header directly.
...
Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
5210529e2d
ensure vp56_decode_frame always return unchanged buf_size
...
Originally committed as revision 13083 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
53a1e82bd2
matroskadec: add support for track content encoding
...
Only the header strip method is supported for now.
Originally committed as revision 13082 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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
17 years ago
Carl Eugen Hoyos
35027eddf3
Do not return -1 from void functions.
...
Originally committed as revision 13080 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Carl Eugen Hoyos
e0a0c85dbd
One const per declaration is enough.
...
Originally committed as revision 13079 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4f78608632
#include required headers directly.
...
Originally committed as revision 13078 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9aed96128f
prettyprinting cosmetics
...
Originally committed as revision 13077 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
0b705fa424
Compile network-related code conditionally.
...
Originally committed as revision 13076 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
b091aa44b7
Check for sys/resource.h and include it conditionally.
...
Originally committed as revision 13075 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anuradha Suraparaju
3f89d9c000
Disable libdirac decoder if the faster libschroedinger decoder is available.
...
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 13074 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e680989d7b
#include stdint.h instead of using a manual typedef for uint8_t.
...
Originally committed as revision 13073 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Matthieu Castet
2f05d9c1ee
When compiling with -fmudflap configure fill EXTERN_PREFIX with garbage
...
(some mudflap symbol), so just pick out ff_extern symbols in this case.
patch by matthieu castet, castet.matthieu free fr
Originally committed as revision 13072 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
6650c4c3a8
export dnxhd encoded picture quality
...
Originally committed as revision 13071 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago