summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* Change email address to a valid one.Benoit Fouet2008-11-171-1/+1
| | | | Originally committed as revision 15848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One const is enough.Carl Eugen Hoyos2008-11-171-1/+1
| | | | Originally committed as revision 15847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence warning in imc decoderBenjamin Larsson2008-11-161-1/+1
| | | | Originally committed as revision 15844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set channel_layoutBenjamin Larsson2008-11-163-0/+3
| | | | Originally committed as revision 15843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 421l: postproc flag may be present in any VC-1 AP frame typeKostya Shishkov2008-11-161-4/+2
| | | | Originally committed as revision 15842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.Reynaldo H. Verdejo Pinochet2008-11-162-0/+2
| | | | Originally committed as revision 15839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsReynaldo H. Verdejo Pinochet2008-11-161-45/+54
| | | | Originally committed as revision 15838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change to file description suggested by MichaelReynaldo H. Verdejo Pinochet2008-11-161-1/+1
| | | | Originally committed as revision 15837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper channel output reordering for the dca decoder.Benjamin Larsson2008-11-151-10/+63
| | | | Originally committed as revision 15832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Please keep original copyright heading and attribution lines...Reynaldo H. Verdejo Pinochet2008-11-151-1/+7
| | | | Originally committed as revision 15831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Weak deblock filter function for future RV40 loop filterKostya Shishkov2008-11-151-0/+38
| | | | Originally committed as revision 15827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-11-142-2/+149
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless mmx.h includeBaptiste Coudurier2008-11-141-2/+0
| | | | Originally committed as revision 15820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert fdct_mmx to plain asmBaptiste Coudurier2008-11-141-159/+170
| | | | Originally committed as revision 15819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-135-276/+21
| | | | Originally committed as revision 15818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add sse2 fdctBaptiste Coudurier2008-11-131-0/+1
| | | | Originally committed as revision 15817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix H.264 decoding.Carl Eugen Hoyos2008-11-131-1/+1
| | | | | | (Problem analyzed by Uoti Urpala) Originally committed as revision 15816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2008-11-131-1/+1
| | | | Originally committed as revision 15815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* silence a gcc warning about using an uninitialized variableJustin Ruggles2008-11-131-1/+1
| | | | Originally committed as revision 15814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-11-131-2/+2
| | | | Originally committed as revision 15813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for spectral extensionJustin Ruggles2008-11-135-17/+272
| | | | Originally committed as revision 15812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a generic function to decode banding structure for coupling, spectralJustin Ruggles2008-11-131-17/+67
| | | | | | extension, or enhanced coupling Originally committed as revision 15811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a line break in error message textJustin Ruggles2008-11-131-1/+1
| | | | Originally committed as revision 15810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify decoding of coupling frequency rangeJustin Ruggles2008-11-131-5/+7
| | | | Originally committed as revision 15809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename two variablesJustin Ruggles2008-11-131-9/+9
| | | | Originally committed as revision 15808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Taking advantage of the new ->execute APIRoman Shaposhnik2008-11-122-31/+31
| | | | Originally committed as revision 15806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fix j_rev_dct_ARMMåns Rullgård2008-11-121-5/+5
| | | | | | | | | | | | | | | | This is a bugfix for ARMv4 assembly implementation of 'j_rev_dct' function. The problem was in the incorrect partially empty row detection. Even if the first two coefficients in the row were nonzero, it handled this just like the case with only the first nonzero coefficient. Now this function produces exactly the same output as the stripped down reference C version of 'j_rev_dct' (with the nested checks like 'if (d6) { if (d2) { ...' always evaluated as true, avoiding shortcut branches). Originally committed as revision 15805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-1211-37/+41
| | | | Originally committed as revision 15804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2008-11-121-1/+1
| | | | Originally committed as revision 15803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-11-112-0/+90
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment typoBenjamin Larsson2008-11-111-1/+1
| | | | Originally committed as revision 15801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove channel layout table that only should be used by encoders.Benjamin Larsson2008-11-111-17/+0
| | | | Originally committed as revision 15800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memory leak in libgsm wrapper.Martin Storsjö2008-11-101-0/+1
| | | | | | Patch by Martin Storsjö, martin at martin dot st Originally committed as revision 15798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-11-092-0/+79
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RV3/4 deblock pattern into horizontal and vertical partsKostya Shishkov2008-11-081-4/+8
| | | | | | during calculating. Originally committed as revision 15794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop redundant check in RV3/4 deblock coefficients calculationKostya Shishkov2008-11-081-2/+0
| | | | Originally committed as revision 15792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross2008-11-083-1/+94
| | | | Originally committed as revision 15790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGQ video decoderPeter Ross2008-11-084-1/+260
| | | | Originally committed as revision 15789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implementing more efficient (and direct) allocation of work for DV codec workersRoman Shaposhnik2008-11-082-80/+89
| | | | Originally committed as revision 15788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Promote inv_aanscales array to global scope (ff_inv_aanscales)Peter Ross2008-11-081-2/+2
| | | | Originally committed as revision 15787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculating an additional MV-based deblocking pattern is the sameKostya Shishkov2008-11-072-3/+36
| | | | | | for both RV3 and RV4, so move it into common code. Originally committed as revision 15786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MUL16() macro to inline functionMåns Rullgård2008-11-061-4/+7
| | | | Originally committed as revision 15783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: prettify MAC16() macroMåns Rullgård2008-11-061-2/+3
| | | | Originally committed as revision 15782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MULH() macro to inline functionMåns Rullgård2008-11-061-5/+7
| | | | Originally committed as revision 15781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MULL() macro to inline functionMåns Rullgård2008-11-061-8/+11
| | | | Originally committed as revision 15780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: mathops.h whitespace cosmeticsMåns Rullgård2008-11-061-2/+2
| | | | Originally committed as revision 15779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #include "libavutil/avstring.h", fixesDiego Biurrun2008-11-051-0/+1
| | | | | | libavcodec/utils.c:1139: warning: implicit declaration of function 'av_strlcat' Originally committed as revision 15777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse2008-11-053-7/+40
| | | | | | | | 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
* Fix test program build: ff_eval was replaced by ff_eval2.Diego Biurrun2008-11-051-4/+4
| | | | Originally committed as revision 15775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: Implement decoding of picture timing SEI message.Andreas Öman2008-11-043-13/+144
| | | | | | | | | 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