summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove nonsense @return Doxygen comment for void function.Diego Biurrun2008-10-30
| | | | Originally committed as revision 15756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: small spelling fixesDiego Biurrun2008-10-30
| | | | Originally committed as revision 15755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a LPC filterKenan Gillet2008-10-30
| | | | | | Part of the QCELP patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_dot_productf() to celp_math.{c,h}Kenan Gillet2008-10-30
| | | | | | Part of the QCELP patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of QCELP data tablesKenan Gillet2008-10-30
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renaming macro in order to conform with the rest of libavcodecRoman Shaposhnik2008-10-30
| | | | Originally committed as revision 15751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add check target to run both tests and checkheaders targets.Diego Biurrun2008-10-30
| | | | Originally committed as revision 15750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated patch submission checklist entry by putting the moreDiego Biurrun2008-10-30
| | | | | | detailed second entry in place of the first. Originally committed as revision 15749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, patch by Art Clarke, aclarke vlideshow com.Art Clarke2008-10-30
| | | | Originally committed as revision 15748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct motion vector scaling in B-frames for RV3/4Kostya Shishkov2008-10-30
| | | | Originally committed as revision 15747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asm() --> __asm__() in #warning commentDiego Biurrun2008-10-29
| | | | Originally committed as revision 15746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing headers to pass 'make checkheaders'.Diego Biurrun2008-10-29
| | | | Originally committed as revision 15745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.Art Clarke2008-10-29
| | | | | | patch by Art Clarke, aclarke vlideshow com Originally committed as revision 15744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert adding controversial 'make checkheaders' item to the development policy.Diego Biurrun2008-10-29
| | | | Originally committed as revision 15743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset state after some frame header is found.Michael Niedermayer2008-10-29
| | | | | | Fixes issue704 Originally committed as revision 15742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'make checkheaders' to developer guidelines and patch checklist.Diego Biurrun2008-10-29
| | | | Originally committed as revision 15741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OKed parts of QCELP data tablesKenan Gillet2008-10-29
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check sub_packet_size against 0 to avoid div by zero later.Michael Niedermayer2008-10-29
| | | | | | Fixes issue473 Originally committed as revision 15739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix endless loop when opening corrupt FLV files (issue 699).Andrew Wason2008-10-28
| | | | | | Patch by Andrew Wason, rectalogic A rectalogic D com Originally committed as revision 15738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the function declaration of ff_svq1_packet_checksum to svq1.h and includeDiego Biurrun2008-10-28
| | | | | | | 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
* Replace literally hardcoded max slice number by named constant.Michael Niedermayer2008-10-28
| | | | Originally committed as revision 15736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation, remove stray ;Benjamin Larsson2008-10-28
| | | | Originally committed as revision 15735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix selection of quant step tableBenjamin Larsson2008-10-28
| | | | Originally committed as revision 15734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix huffman coded dca samples.Benjamin Larsson2008-10-28
| | | | Originally committed as revision 15733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect split RV30 slicesKostya Shishkov2008-10-28
| | | | Originally committed as revision 15732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence GCC warnings:Vitor Sessak2008-10-27
| | | | | | | | | | | | 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
* Fix chroma motion compensation for RV30Kostya Shishkov2008-10-27
| | | | Originally committed as revision 15731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename template included sources from .h to _template.c.Diego Pettenò2008-10-27
| | | | | | | | | | | | 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
* set correct number of fractions for multitableAurelien Jacobs2008-10-27
| | | | | | | 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
* rgb2rgb.h was not really intended to be a public header, thus remove it.Michael Niedermayer2008-10-27
| | | | Originally committed as revision 27836 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove rgb2rgb.h dependancy.Michael Niedermayer2008-10-27
| | | | Originally committed as revision 27835 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.SMåns Rullgård2008-10-27
| | | | Originally committed as revision 15728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: move VFP DSP functions to dsputils_vfp.SMåns Rullgård2008-10-27
| | | | Originally committed as revision 15727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: move prefetch_arm to dsputil_arm_s.SMåns Rullgård2008-10-27
| | | | Originally committed as revision 15726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: use new macros for assembler function labelsMåns Rullgård2008-10-27
| | | | Originally committed as revision 15725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add some assembler convenience macrosMåns Rullgård2008-10-27
| | | | Originally committed as revision 15724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix umid base value, use revision 5 and generic material typeBaptiste Coudurier2008-10-27
| | | | Originally committed as revision 15723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 decoder may need zlibBaptiste Coudurier2008-10-27
| | | | Originally committed as revision 15722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sound essence compression ULBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix start position ULBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 watermark code now needs zlibBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 watermark decoding support, based on reverse engineering work by chronoBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence GCC warningVitor Sessak2008-10-26
| | | | Originally committed as revision 27834 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
| | | | Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge OBJS-$(FOO) lists with same FOOMåns Rullgård2008-10-26
| | | | Originally committed as revision 15716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable codec downmix when not using simd instead of silently produce silenceBenjamin Larsson2008-10-26
| | | | Originally committed as revision 15715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dca decoder with non simd float2int16 conversionBenjamin Larsson2008-10-26
| | | | Originally committed as revision 15714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with TRACEBenjamin Larsson2008-10-26
| | | | Originally committed as revision 15713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused code that can't be compiled without svn archive.Carl Eugen Hoyos2008-10-25
| | | | Originally committed as revision 27827 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* ARM: faster ARMv6 FASTDIV()Måns Rullgård2008-10-25
| | | | Originally committed as revision 15712 to svn://svn.ffmpeg.org/ffmpeg/trunk