summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* implementing more efficient (and direct) allocation of work for DV codec workersRoman Shaposhnik2008-11-08
| | | | 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-08
| | | | Originally committed as revision 15787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculating an additional MV-based deblocking pattern is the sameKostya Shishkov2008-11-07
| | | | | | for both RV3 and RV4, so move it into common code. Originally committed as revision 15786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OGG: correct PTS with old theora streamsMåns Rullgård2008-11-06
| | | | Originally committed as revision 15785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
| | | | Originally committed as revision 15784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MUL16() macro to inline functionMåns Rullgård2008-11-06
| | | | Originally committed as revision 15783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: prettify MAC16() macroMåns Rullgård2008-11-06
| | | | Originally committed as revision 15782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MULH() macro to inline functionMåns Rullgård2008-11-06
| | | | Originally committed as revision 15781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change MULL() macro to inline functionMåns Rullgård2008-11-06
| | | | Originally committed as revision 15780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: mathops.h whitespace cosmeticsMåns Rullgård2008-11-06
| | | | Originally committed as revision 15779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #include "libavutil/avstring.h", fixesDiego Biurrun2008-11-05
| | | | | | 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-05
| | | | | | | | 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-05
| | | | Originally committed as revision 15775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode audio channel layout from RIFF/WAV file format.Peter Ross2008-11-05
| | | | Originally committed as revision 15774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some const specifiers to function name variables; fixes a bunch ofDiego Biurrun2008-11-04
| | | | | | "initialization discards qualifiers from pointer target type" warnings. Originally committed as revision 27894 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* h264: Implement decoding of picture timing SEI message.Andreas Öman2008-11-04
| | | | | | | | | 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
* Only warn about "Invalid and inefficient vfw-avi packed B frames" once.Andrew Savchenko2008-11-04
| | | | | | Patch by Andrew Savchenko, Bircoph at list dot ru Originally committed as revision 15772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge ARCH_BFIN lines.Diego Biurrun2008-11-03
| | | | Originally committed as revision 27889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add tests target for libswscale test programs.Diego Biurrun2008-11-03
| | | | Originally committed as revision 27888 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix illegal identifier, __ are reserved for the system.Diego Biurrun2008-11-03
| | | | Originally committed as revision 15771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove forgotten ASM_OBJS in libswscaleMåns Rullgård2008-11-03
| | | | Originally committed as revision 27887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
| | | | | | | 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
* Change the dca channel layout, S -> SIDE not BACK.Benjamin Larsson2008-11-02
| | | | Originally committed as revision 15769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman2008-11-02
| | | | Originally committed as revision 15768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace long with x86_reg in postprocess_template.c like in all otherReimar Döffinger2008-11-02
| | | | | | x86 assembler code files, just libpostprocess was forgotten. Originally committed as revision 15767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Guess channel layout based on the number of channels if a custom layout is ↵Benjamin Larsson2008-11-01
| | | | | | specified in amode. Originally committed as revision 15766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add channel layouts for dca.Benjamin Larsson2008-11-01
| | | | Originally committed as revision 15765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce RV3-specific motion vector prediction.Kostya Shishkov2008-11-01
| | | | | | Now B-frames in RV3 look almost correct. Originally committed as revision 15764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it.Dominik Mierzejewski2008-11-01
| | | | Originally committed as revision 15763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add audio channel layout API to libavcodec.Peter Ross2008-11-01
| | | | Originally committed as revision 15762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build.François Revol2008-10-31
| | | | Originally committed as revision 15761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize variable to silence the warning:Diego Biurrun2008-10-31
| | | | | | 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
* OKed parts of the QCELP decoderKenan Gillet2008-10-30
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.Kenan Gillet2008-10-30
| | | | Originally committed as revision 15758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_dot_productf() in ra288.cVitor Sessak2008-10-30
| | | | Originally committed as revision 15757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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