Benjamin Larsson
e22192ecc3
Comment typo
...
Originally committed as revision 15801 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benjamin Larsson
cd027b511e
Remove channel layout table that only should be used by encoders.
...
Originally committed as revision 15800 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Martin Storsjö
916ff02261
Fix memory leak in libgsm wrapper.
...
Patch by Martin Storsjö, martin at martin dot st
Originally committed as revision 15798 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
2ae1a9b264
More OKed parts of the QCELP decoder
...
patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15797 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
502ecc97af
Split RV3/4 deblock pattern into horizontal and vertical parts
...
during calculating.
Originally committed as revision 15794 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
ede0a5f973
Drop redundant check in RV3/4 deblock coefficients calculation
...
Originally committed as revision 15792 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
28245435d9
Electronic Arts TGQ/TQI/MAD IDCT algorithm
...
Originally committed as revision 15790 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
42b30357be
Electronic Arts TGQ video decoder
...
Originally committed as revision 15789 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
c3d470b4a9
implementing more efficient (and direct) allocation of work for DV codec workers
...
Originally committed as revision 15788 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
939e4e3a72
Promote inv_aanscales array to global scope (ff_inv_aanscales)
...
Originally committed as revision 15787 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
e122311261
Calculating an additional MV-based deblocking pattern is the same
...
for both RV3 and RV4, so move it into common code.
Originally committed as revision 15786 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
d00e8b83f1
ARM: change MUL16() macro to inline function
...
Originally committed as revision 15783 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
b911711571
ARM: prettify MAC16() macro
...
Originally committed as revision 15782 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
73c1c96b83
ARM: change MULH() macro to inline function
...
Originally committed as revision 15781 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
8f4d0d48b9
ARM: change MULL() macro to inline function
...
Originally committed as revision 15780 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
96dea17a1d
ARM: mathops.h whitespace cosmetics
...
Originally committed as revision 15779 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7fb9440674
Add missing #include "libavutil/avstring.h", fixes
...
libavcodec/utils.c:1139: warning: implicit declaration of function 'av_strlcat'
Originally committed as revision 15777 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
d0ee50216d
Fix perceptual noise shaping scaling including an oversight of the offset for
...
the EIGHT_SHORT window type. Fixes issue 664.
Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 15776 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
c2dec19420
Fix test program build: ff_eval was replaced by ff_eval2.
...
Originally committed as revision 15775 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Andreas Öman
b09a7c05f6
h264: Implement decoding of picture timing SEI message.
...
Now correct values are propagated to interlaced_frame, top_field_first
and repeat_pict in AVFrame structure.
patch by ffdshow tryouts
Originally committed as revision 15773 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Andrew Savchenko
9f0a705d46
Only warn about "Invalid and inefficient vfw-avi packed B frames" once.
...
Patch by Andrew Savchenko, Bircoph at list dot ru
Originally committed as revision 15772 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
9f879620be
Fix illegal identifier, __ are reserved for the system.
...
Originally committed as revision 15771 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Dominik Mierzejewski
82d1605fe7
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
...
Add missing one for FF_MM_ALTIVEC to avcodec.h.
Rename all the occurences of MM_* to the corresponding FF_MM_*.
Originally committed as revision 15770 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benjamin Larsson
c6eaba62e8
Change the dca channel layout, S -> SIDE not BACK.
...
Originally committed as revision 15769 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Andreas Öman
9d9b9d32e6
Change multichannel API define prefix from "CHANNEL_" to "CH_".
...
Originally committed as revision 15768 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benjamin Larsson
48dc2fb800
Guess channel layout based on the number of channels if a custom layout is specified in amode.
...
Originally committed as revision 15766 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Benjamin Larsson
87c3b9bce3
Add channel layouts for dca.
...
Originally committed as revision 15765 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
b215365817
Introduce RV3-specific motion vector prediction.
...
Now B-frames in RV3 look almost correct.
Originally committed as revision 15764 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
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
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
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
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
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
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