summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* floating point AAN IDCTMichael Niedermayer2008-02-26
| | | | Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless bracesBaptiste Coudurier2008-02-26
| | | | Originally committed as revision 12232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-26
| | | | Originally committed as revision 12231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale frame size, fix i.3g2Baptiste Coudurier2008-02-26
| | | | Originally committed as revision 12230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move parameters reset after setting stream parameters, will need those infosBaptiste Coudurier2008-02-26
| | | | Originally committed as revision 12229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode mng color decorrelationLoren Merritt2008-02-26
| | | | Originally committed as revision 12228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove START_TIMER and STOP_TIMER macros.Diego Biurrun2008-02-26
| | | | Originally committed as revision 12227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable vhook on Interix, patch by Pete Ross, pross xvid org.Peter Ross2008-02-26
| | | | Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-26
| | | | | | | stdint.h. This has the sideeffect of fixing the build on Interix. patch by Pete Ross, pross xvid org Originally committed as revision 12225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyLoren Merritt2008-02-26
| | | | Originally committed as revision 12224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-25
| | | | Originally committed as revision 12223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out av_log calls.Diego Biurrun2008-02-25
| | | | Originally committed as revision 12222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make diego happy.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile various fdct only when encoders are enabledAurelien Jacobs2008-02-25
| | | | Originally committed as revision 12219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-25
| | | | Originally committed as revision 12218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make code C conformant.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini2008-02-25
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve wording/grammar of Doxygen comments.Diego Biurrun2008-02-25
| | | | Originally committed as revision 12215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify which BSD license.Michael Niedermayer2008-02-25
| | | | Originally committed as revision 12214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: prettyprintDiego Biurrun2008-02-25
| | | | Originally committed as revision 12213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer2008-02-25
| | | | | | SSE(float) AAN DCT and IDCT to ffmpeg (no C++, no crap). Originally committed as revision 12212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_options() use parse_number_or_die().Stefano Sabatini2008-02-25
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 12211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export and document in cmdutils.h the function parse_number_or_die().Stefano Sabatini2008-02-25
| | | | | | Patch by Stefano Sabatini: stefano sabatini-lala poste it Originally committed as revision 12210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mace durationBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* protect malloc overflowBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fail if extradata cannot be allocatedBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, protect malloc overflowBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support QDM2 in aiff, QDM2.aifBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless close functionBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless castsBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless tags, codec_get_id matches independently and qt uses lower ↵Baptiste Coudurier2008-02-25
| | | | | | case tags Originally committed as revision 12199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bps to uncompressed original sound data for compressed audioBaptiste Coudurier2008-02-25
| | | | | | | according to aiff specs, qt set it to 16 for mace and ima4, fail if block align is not set. Originally committed as revision 12198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix duration for ima4Baptiste Coudurier2008-02-25
| | | | Originally committed as revision 12197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ima4 in aiff supportBaptiste Coudurier2008-02-25
| | | | Originally committed as revision 12196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* png filtersLoren Merritt2008-02-25
| | | | Originally committed as revision 12195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix outdated comment.Diego Biurrun2008-02-25
| | | | Originally committed as revision 26099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* #include "libavutil/avutil.h" in swscale.hMåns Rullgård2008-02-25
| | | | Originally committed as revision 26097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
| | | | | | | | | | Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a memcpyLoren Merritt2008-02-25
| | | | Originally committed as revision 12193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort and prettyprint codec_wav_tags[].Diego Biurrun2008-02-24
| | | | Originally committed as revision 12192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memory leaks in vp3 decoderMåns Rullgård2008-02-24
| | | | Originally committed as revision 12191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set indexmem to a saner default.Michael Niedermayer2008-02-24
| | | | Originally committed as revision 12190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __asm __volatile -> asm volatile part 3Reimar Döffinger2008-02-24
| | | | Originally committed as revision 26091 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* __asm __volatile -> asm volatile part 2Reimar Döffinger2008-02-24
| | | | Originally committed as revision 12189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-24
| | | | | | (as far as that is possible) with the Sun C compiler. Originally committed as revision 12188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug I introduced in r11962.Vitor Sessak2008-02-24
| | | | | | | Thanks to Uoti Urpala for spotting it and proposing the fix. Originally committed as revision 12187 to svn://svn.ffmpeg.org/ffmpeg/trunk