summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov2008-12-17
| | | | Originally committed as revision 16192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate correct deblock pattern for RV30Kostya Shishkov2008-12-17
| | | | Originally committed as revision 16191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unfortunately RV30 luma thirdpel MC functions cannot be substituted withKostya Shishkov2008-12-17
| | | | | | applying two separate filtering passes, so implement them explicitly. Originally committed as revision 16190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4l: TIFF stores short strings inside tag, do not interpret it is as an offsetKostya Shishkov2008-12-17
| | | | | | Fixes issue 753 Originally committed as revision 16189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check function prototype in check_asm function to avoid compiler warnings.Marc Mason2008-12-17
| | | | | | patch by Marc Mason, mpeg.blue free fr Originally committed as revision 16188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add jp2 support to img2 demuxer.Benoit Fouet2008-12-17
| | | | | | On behalf of Jai Menon Originally committed as revision 16187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AltiVec implementation of int32_to_float_fmul_scalarGuillaume Poirier2008-12-17
| | | | Originally committed as revision 16186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate jpeg2000 fourcc in mov/mj2Baptiste Coudurier2008-12-17
| | | | Originally committed as revision 16185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix svq3 decoding, is_complex was not initialized.Michael Niedermayer2008-12-17
| | | | Originally committed as revision 16184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace != 0 || check by |Michael Niedermayer2008-12-17
| | | | | | 3 cpu cycles faster Originally committed as revision 16183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split filter_mb_dir() out of filter_mb().Michael Niedermayer2008-12-17
| | | | | | | | 1% overall decoding speed up for cathedral-beta2-400extra-crop-avc.mp4 no speed change for Aladin.mpg Benchmarks done on Pentium dual Originally committed as revision 16182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3: fix strict aliasing violation in parserMåns Rullgård2008-12-17
| | | | Originally committed as revision 16181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: fix strict aliasing violation in parserMåns Rullgård2008-12-17
| | | | Originally committed as revision 16180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
| | | | Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete and misleading comments.Diego Biurrun2008-12-17
| | | | Originally committed as revision 16178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Roundup now works from a ffmpeg.org domain as well, so prefer that.Diego Biurrun2008-12-16
| | | | Originally committed as revision 16177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indention, also do a little vertical alignment of changed lines.Michael Niedermayer2008-12-16
| | | | Originally committed as revision 16176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_set_string3().Stefano Sabatini2008-12-16
| | | | Originally committed as revision 16175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize 3 multiplications out, code becomes 3 cpu cycles faster.Michael Niedermayer2008-12-16
| | | | | | (not significant as thats just per MB) Originally committed as revision 16174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont removeMichael Niedermayer2008-12-16
| | | | | | the code. Originally committed as revision 16173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not recalculate constant part of is_complex for every MB.Michael Niedermayer2008-12-16
| | | | Originally committed as revision 16172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support the new lossless mode.Michael Niedermayer2008-12-16
| | | | Originally committed as revision 16171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct-test: add ARM IDCTsMåns Rullgård2008-12-16
| | | | Originally committed as revision 16170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct-test: add PARTTRANS permutationMåns Rullgård2008-12-16
| | | | Originally committed as revision 16169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Horizontal and vertical prediction functions needed for new lossless modeMichael Niedermayer2008-12-16
| | | | | | of H.264. Originally committed as revision 16168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug where the avi demxuer lost the first frame of malformedMichael Niedermayer2008-12-16
| | | | | | | ODML avis. Fixes VS2k5DebugDemo-01-partial.avi Originally committed as revision 16167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that nb_streams is valid before setting stream, fix crash with jp2 ↵Baptiste Coudurier2008-12-16
| | | | | | which do not use same structure Originally committed as revision 16166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const qualifiers to decode functions.Benoit Fouet2008-12-16
| | | | Originally committed as revision 16165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning "format not a string literal and no format arguments".Benoit Fouet2008-12-16
| | | | Originally committed as revision 16164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MPNG fourccBen Littler2008-12-16
| | | | | | fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi Originally committed as revision 16163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec listBen Littler2008-12-16
| | | | Originally committed as revision 16162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.aviBen Littler2008-12-16
| | | | Originally committed as revision 16161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rpza avi fourccBen Littler2008-12-16
| | | | Originally committed as revision 16160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not skip frames until the first keyframe when stream copying butMichael Niedermayer2008-12-16
| | | | | | | no starttime is set. Fixes at least -vcodec copy with VS2k5DebugDemo-01-partial.avi. Originally committed as revision 16159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround for shared libs on OS X with Apple gcc 4.0.1David Conrad2008-12-16
| | | | Originally committed as revision 16158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check extradata is large enough.Laurent Aimar2008-12-15
| | | | | | Patch by Laurent Aimar fenrir \:/ via ecp fr Originally committed as revision 16157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the av_set_number2() internal function, which makes possibleStefano Sabatini2008-12-15
| | | | | | | to distinguish between a not found option failure and a not valid value failure. Originally committed as revision 16156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ending period in a log message, which was inconsistent withStefano Sabatini2008-12-15
| | | | | | most other messages. Originally committed as revision 16155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add xvmc configure support.Diego Biurrun2008-12-15
| | | | Originally committed as revision 16154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-15
| | | | Originally committed as revision 16153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2008-12-15
| | | | Originally committed as revision 16152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised h264_idct_dc_addMåns Rullgård2008-12-15
| | | | Originally committed as revision 16151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised h264_idct_addMåns Rullgård2008-12-15
| | | | Originally committed as revision 16150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised H.264 8x8 and 16x16 qpel MCMåns Rullgård2008-12-15
| | | | Originally committed as revision 16149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised H.264 loop filterMåns Rullgård2008-12-15
| | | | Originally committed as revision 16148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised {put,avg}_h264_chroma_mc[48]Måns Rullgård2008-12-15
| | | | Originally committed as revision 16147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-15
| | | | Originally committed as revision 16146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised put_pixels functionsMåns Rullgård2008-12-15
| | | | Originally committed as revision 16145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid invasion of POSIX-reserved _t namespace.Diego Biurrun2008-12-15
| | | | Originally committed as revision 16144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix one peculiar case in Smacker decoding.Daniel Verkamp2008-12-15
| | | | | | | Patch by Daniel Verkamp ($firstname <at> drv <dot> nu) Thread [PATCH] Smacker video decoder bug fix Originally committed as revision 16143 to svn://svn.ffmpeg.org/ffmpeg/trunk