Peter Ross
0d72e7d0ae
Add audio channel layout API to libavcodec.
...
Originally committed as revision 15762 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
François Revol
3a57547e33
Fix build.
...
Originally committed as revision 15761 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ecad9872fb
Initialize variable to silence the warning:
...
libavutil/pca.c:72: warning: ‘k’ may be used uninitialized in this function
Originally committed as revision 15760 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
cb377ec55e
OKed parts of the QCELP decoder
...
patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15759 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
6cd911f11a
Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.
...
Originally committed as revision 15758 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
08c433972e
Use ff_dot_productf() in ra288.c
...
Originally committed as revision 15757 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3ef08e321a
Remove nonsense @return Doxygen comment for void function.
...
Originally committed as revision 15756 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
88df35d3e8
cosmetics: small spelling fixes
...
Originally committed as revision 15755 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
1fb0d4b8a6
Add a LPC filter
...
Part of the QCELP patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15754 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
0bc484ad51
Add ff_dot_productf() to celp_math.{c,h}
...
Part of the QCELP patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15753 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
8c31f18bf9
More OKed parts of QCELP data tables
...
patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15752 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
0e60e19019
renaming macro in order to conform with the rest of libavcodec
...
Originally committed as revision 15751 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
5bab853646
Add check target to run both tests and checkheaders targets.
...
Originally committed as revision 15750 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
63d247eadb
Remove duplicated patch submission checklist entry by putting the more
...
detailed second entry in place of the first.
Originally committed as revision 15749 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Art Clarke
bc48bb0822
Remove unused variable, patch by Art Clarke, aclarke vlideshow com.
...
Originally committed as revision 15748 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
5f621dd28a
Correct motion vector scaling in B-frames for RV3/4
...
Originally committed as revision 15747 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
1fcb9be39a
asm() --> __asm__() in #warning comment
...
Originally committed as revision 15746 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
01f54021dc
Add missing headers to pass 'make checkheaders'.
...
Originally committed as revision 15745 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Art Clarke
a9a8c830cf
Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.
...
patch by Art Clarke, aclarke vlideshow com
Originally committed as revision 15744 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
a56fbe2ac8
Revert adding controversial 'make checkheaders' item to the development policy.
...
Originally committed as revision 15743 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
bf2cdefc6a
Reset state after some frame header is found.
...
Fixes issue704
Originally committed as revision 15742 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
2cdba8bfc4
Add 'make checkheaders' to developer guidelines and patch checklist.
...
Originally committed as revision 15741 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
ba26cfab47
OKed parts of QCELP data tables
...
patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15740 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
f23938f5b7
Check sub_packet_size against 0 to avoid div by zero later.
...
Fixes issue473
Originally committed as revision 15739 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Andrew Wason
8ff8de73a4
Fix endless loop when opening corrupt FLV files (issue 699).
...
Patch by Andrew Wason, rectalogic A rectalogic D com
Originally committed as revision 15738 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
2be3fe39bf
Add the function declaration of ff_svq1_packet_checksum to svq1.h and include
...
svq1.h where this function is used. Fixes the warning:
libavcodec/svq3.c:862: warning: implicit declaration of function ‘ff_svq1_packet_checksum’
Originally committed as revision 15737 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
b735aeead8
Replace literally hardcoded max slice number by named constant.
...
Originally committed as revision 15736 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benjamin Larsson
d5b3a86393
Fix compilation, remove stray ;
...
Originally committed as revision 15735 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benjamin Larsson
9ed73b4870
Fix selection of quant step table
...
Originally committed as revision 15734 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benjamin Larsson
6f02853d14
Fix huffman coded dca samples.
...
Originally committed as revision 15733 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
42d6c3ba36
Detect split RV30 slices
...
Originally committed as revision 15732 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
75add6fbfc
Silence GCC warnings:
...
ibswscale/swscale.c: In function ‘sws_scale’:
libswscale/swscale.c:2678: warning: ‘b’ may be used uninitialized in
this function
libswscale/swscale.c:2678: warning: ‘g’ may be used uninitialized in
this function
libswscale/swscale.c:2678: warning: ‘r’ may be used uninitialized in
this function
Originally committed as revision 27837 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Kostya Shishkov
2ee054c215
Fix chroma motion compensation for RV30
...
Originally committed as revision 15731 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Pettenò
782fc0c36f
Rename template included sources from .h to _template.c.
...
There are multiple source files that are #include'd rather than
compiled, as they are used as template for generation of similar code,
like asm-optimised code. Some of these files are right now named with
a .h extension, although they are not header in any reasonable sense.
Rename them so that instead of being named with .h extension they are
named with _template.c as final part.
Originally committed as revision 15730 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
485ec4f11e
set correct number of fractions for multitable
...
fixes the following warning:
** too much @tab (multitable has only 4 column(s)) (l. 443)
Originally committed as revision 15729 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
bddddb5a0b
rgb2rgb.h was not really intended to be a public header, thus remove it.
...
Originally committed as revision 27836 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Michael Niedermayer
b29e65513c
Remove rgb2rgb.h dependancy.
...
Originally committed as revision 27835 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Måns Rullgård
d2d398590d
ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S
...
Originally committed as revision 15728 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
83ad74e708
ARM: move VFP DSP functions to dsputils_vfp.S
...
Originally committed as revision 15727 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
a648516b95
ARM: move prefetch_arm to dsputil_arm_s.S
...
Originally committed as revision 15726 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c130bedc99
ARM: use new macros for assembler function labels
...
Originally committed as revision 15725 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
c72ab30188
ARM: add some assembler convenience macros
...
Originally committed as revision 15724 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
785b0f3c54
fix umid base value, use revision 5 and generic material type
...
Originally committed as revision 15723 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
bee2eac594
svq3 decoder may need zlib
...
Originally committed as revision 15722 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
0df4903a07
fix sound essence compression UL
...
Originally committed as revision 15721 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
1d30d1ad4d
fix start position UL
...
Originally committed as revision 15720 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
c48649242d
svq3 watermark code now needs zlib
...
Originally committed as revision 15719 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
1e002b602f
svq3 watermark decoding support, based on reverse engineering work by chrono
...
Originally committed as revision 15718 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
65f65c3021
Silence GCC warning
...
Originally committed as revision 27834 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Måns Rullgård
ede725104b
cosmetic: align backslashes in makefiles
...
Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago