summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed doesDiego Biurrun2006-04-27
| | | | | | work even without amr_nb. Originally committed as revision 5321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group all AMR variables together, add some newlines.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misplaced CLEANAMR.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CLEANAMRWB --> CLEANAMR typoDiego Biurrun2006-04-27
| | | | Originally committed as revision 5317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 13% faster inner_add_yblockLuca Barbato2006-04-25
| | | | Originally committed as revision 5316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 40% faster decodeLuca Barbato2006-04-25
| | | | Originally committed as revision 5315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.Uoti Urpala2006-04-23
| | | | | | | | | Predict buffer size from blocksize_1 and number of channels and make sure this does not exceed AVCODEC_MAX_AUDIO_FRAME_SIZE Patch by Uoti Urpala >>> uoti |.| urpala |@| pp1 |.| inet |.| fi <<< Originally committed as revision 5313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch to generate the ac3 window, based on code by Justin Ruggles.Benjamin Larsson2006-04-22
| | | | Originally committed as revision 5310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in h264 vismb/vismv (broke on 2006-03-09)Loren Merritt2006-04-21
| | | | Originally committed as revision 5309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dtsdec.c copies one input packet at a time to a (static) buffer of sizeUoti Urpala2006-04-20
| | | | | | | | | | | | | 4096 bytes while the packet can be up to 18726 bytes. The code also keeps decoding until all input data has been used up, not respecting AVCODEC_MAX_AUDIO_FRAME_SIZE. The patch increases the buffer size and return after decoding one frame. Also fixes dts_decode_init to return -1, not 1, on failure. Patch by Uoti Urpala ||| uoti : urpala |!| pp1 : inet : fi ||| Originally committed as revision 5307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make "size" variable in avpicture_alloc signed, since avpicture_get_sizeReimar Döffinger2006-04-19
| | | | | | returns -1 on error which was not detected with previous code. Originally committed as revision 5304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS ↵Wolfram Gloger2006-04-18
| | | | | | uni-muenchen PIS de> Originally committed as revision 5298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo in the gcc handmade regalloc triggerLuca Barbato2006-04-16
| | | | Originally committed as revision 5297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.Diego Biurrun2006-04-15
| | | | | | based on patch by Marcus Engene, ffmpeg AATT engene DDOOTT se Originally committed as revision 5295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert Windows "warning" message.Diego Biurrun2006-04-15
| | | | Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix SIGSEGV in rv10-null-pointer-500k.rm.Wolfgang Scherer2006-04-15
| | | | | | patch by Wolfgang Scherer, Wolfgang__ . __Scherer__ @ __gmx__ . __de Originally committed as revision 5293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix "concealing 0 DC, 0 AC, 0 MV errors" bugMichael Niedermayer2006-04-14
| | | | Originally committed as revision 5290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer2006-04-14
| | | | | | | | changes within 1 month after my warning so they are officially no longer experimental and we will gurantee decodeability of files encoded with the currenzt ffv1/ffvhuff in the future Originally committed as revision 5288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.Benjamin Larsson2006-04-10
| | | | Originally committed as revision 5281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-10
| | | | | | Moves padding code to imgconvert.c, and enables padding colorspaces != YUV420P. Originally committed as revision 5278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* signedness error caused broken decodingD Richard Felker III2006-04-09
| | | | Originally committed as revision 5277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l to loren. at least this fixes the compile error, but the code is still ↵D Richard Felker III2006-04-09
| | | | | | broken (decoding buggy/crashing) Originally committed as revision 5276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing external declaration for kmvc codecRoberto Togni2006-04-07
| | | | Originally committed as revision 5274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-07
| | | | Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hadamard8_diff* enabled on linux/ppcLuca Barbato2006-04-07
| | | | Originally committed as revision 5272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/Måns Rullgård2006-04-05
| | | | | | typo spotted by Brian Brice <bbrice at newtek com> Originally committed as revision 5270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gmc_mmx tweaksLoren Merritt2006-04-05
| | | | Originally committed as revision 5269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce swscale interface in libavcodecLuca Abeni2006-04-04
| | | | Originally committed as revision 5266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-04
| | | | Originally committed as revision 5265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2x faster ff_mpeg4_set_direct_mvLoren Merritt2006-04-03
| | | | Originally committed as revision 5264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3: support encoding fractional frame sizesJustin Ruggles2006-04-03
| | | | | | Patch by Justin Ruggles, jruggle <<at>> earthlink <<dot>> net Originally committed as revision 5263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_xbits() optimizationMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless codeMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify loop a littleMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do UPDATE_CACHE only when needed (which should be VERY rare)Michael Niedermayer2006-03-31
| | | | Originally committed as revision 5254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* + (sign&1) -> -sign (1 instruction less)Michael Niedermayer2006-03-31
| | | | Originally committed as revision 5253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid hard to predict branch (idea by arpi)Michael Niedermayer2006-03-31
| | | | Originally committed as revision 5252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)Steve L'Homme2006-03-31
| | | | | | | trailing whitespace and init=1 nonsense removed by me AV_LOG_ERROR -> AV_LOG_INFO (yes steve even though many like you think its an error to use such a OS i cant apply that to cvs, sorry) Originally committed as revision 5251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper typecast for vector boolLuca Barbato2006-03-31
| | | | Originally committed as revision 5250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-30
| | | | | | ---------------------------------------------------------------------- Originally committed as revision 5248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverting 1.31->1.33Michael Niedermayer2006-03-30
| | | | | | | | | | | | fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...) (by michael) Init simplification and 2% faster wma_decode_block on amd64 with tables use instead of pow(). (by banan) the init simplifictaion is not correct its not binary identical the pow optimization breaks decoding of http://klif-e.mos.net.au/videos/extr.wmv Originally committed as revision 5247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont forget table_size in the decode_frame return valueMichael Niedermayer2006-03-30
| | | | Originally committed as revision 5246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-30
| | | | | | | | - Add new function av_tempfile() for creating temporary files; contains workaround for MinGW. - Make XviD stuff use av_tempfile(). Originally committed as revision 5245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix gcc 2.95 compilationMichael Niedermayer2006-03-29
| | | | Originally committed as revision 5243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cast cruft in order to support Apple gccLuca Barbato2006-03-29
| | | | Originally committed as revision 5242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore apiexample and test programs.Diego Biurrun2006-03-29
| | | | Originally committed as revision 5241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EXTRALIBS already contains -lm, no need to add it explicitly.Diego Biurrun2006-03-29
| | | | Originally committed as revision 5240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid if(i>=63) check at the end of decode_block()Michael Niedermayer2006-03-29
| | | | Originally committed as revision 5239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid i++ in decode_block()Michael Niedermayer2006-03-29
| | | | Originally committed as revision 5238 to svn://svn.ffmpeg.org/ffmpeg/trunk