summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* move memory functions from avcodec to avutilLuca Barbato2006-09-252-39/+2
| | | | Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix to vorbis decoder for book==0Oded Shimon2006-09-241-1/+1
| | | | Originally committed as revision 6328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing extern declaration for av_strtod.Panagiotis Issaris2006-09-241-0/+2
| | | | Originally committed as revision 6327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2006-09-241-6/+6
| | | | Originally committed as revision 6326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2006-09-241-0/+1
| | | | | | thanks to takis for finding the cause of this Originally committed as revision 6325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define NAN -if not already defined- as 0.0/0.0Panagiotis Issaris2006-09-231-1/+1
| | | | Originally committed as revision 6324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use mathopsLuca Barbato2006-09-221-55/+6
| | | | Originally committed as revision 6323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-1/+1
| | | | | | function. Originally committed as revision 6322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-221-1/+1
| | | | Originally committed as revision 6321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-1/+1
| | | | | | function. Originally committed as revision 6317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (indentation)Loren Merritt2006-09-211-19/+19
| | | | Originally committed as revision 6313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tweak ff_imdct_calc_3dn2Loren Merritt2006-09-211-17/+17
| | | | Originally committed as revision 6312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse implementation of imdct.Loren Merritt2006-09-213-5/+133
| | | | | | patch mostly by Zuxy Meng (zuxy dot meng at gmail dot com) Originally committed as revision 6311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Finally enable B-frame decoding as all known samples work perfectKostya Shishkov2006-09-211-6/+0
| | | | Originally committed as revision 6309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* For B-frames if the second reference frame signals intensity compensationKostya Shishkov2006-09-211-0/+12
| | | | | | then the first reference frame should be intensity compensated. Originally committed as revision 6308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder MV order in B-frames so no swapping in vc1_b_mc() is neededKostya Shishkov2006-09-211-16/+8
| | | | Originally committed as revision 6307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Zero number of current scan after decoding one picture.Kostya Shishkov2006-09-211-0/+1
| | | | | | This fixes grayscale JPEG-LS decoding. Originally committed as revision 6306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l copy and paste typoMichael Niedermayer2006-09-211-1/+1
| | | | Originally committed as revision 6305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-204-0/+5
| | | | Originally committed as revision 6303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris2006-09-201-1/+1
| | | | | | the removed range check in ffmpeg.c. Originally committed as revision 6299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qmax" OptionDef.Panagiotis Issaris2006-09-201-1/+1
| | | | Originally committed as revision 6298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-201-1/+1
| | | | Originally committed as revision 6297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris2006-09-201-1/+1
| | | | | | | over. Move over ffmpeg.c constraint checking, but allow value of zero to disable B-frame. Originally committed as revision 6296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Inform the user that a certain AVOption is out of range.Panagiotis Issaris2006-09-201-1/+3
| | | | Originally committed as revision 6295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the constraints of some AVOptions. These had a default value of zero,Panagiotis Issaris2006-09-201-10/+10
| | | | | | while the minimum allowed value was set to FLT_MIN. Originally committed as revision 6294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New single instruction math operation headerLuca Barbato2006-09-194-0/+184
| | | | Originally committed as revision 6291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct rounding functionsMichael Niedermayer2006-09-191-2/+2
| | | | | | | this should fix a floating point exception on some systems lets hope these arent missing anywhere, if so another solution must be found Originally committed as revision 6290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris2006-09-182-57/+55
| | | | Originally committed as revision 6287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* K prefixMichael Niedermayer2006-09-171-0/+2
| | | | | | add SI prefix selftest Originally committed as revision 6286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support SI and some non SI prefixesMichael Niedermayer2006-09-171-0/+34
| | | | Originally committed as revision 6284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADI Blackfin optimizationsMichael Benjamin2006-09-164-0/+64
| | | | | | patch by Michael Benjamin, neuroptik gmail com Originally committed as revision 6282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove junk characters in commentMåns Rullgård2006-09-161-1/+1
| | | | Originally committed as revision 6279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up #ifdef HAVE_IPPMåns Rullgård2006-09-151-12/+11
| | | | Originally committed as revision 6278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the i_qfactor minimum, which was current set higher then the defaultPanagiotis Issaris2006-09-151-1/+1
| | | | | | value. Originally committed as revision 6274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Indel --> Intel typo.Diego Biurrun2006-09-152-2/+2
| | | | Originally committed as revision 6260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the AVOption's names to the shorter OptionDef names.Panagiotis Issaris2006-09-151-26/+26
| | | | Originally committed as revision 6257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused, uninitialized free format frame sizeBaptiste Coudurier2006-09-151-22/+1
| | | | Originally committed as revision 6256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable vp3 mmx idct for theora files to avoid artifactsAurelien Jacobs2006-09-141-0/+1
| | | | | | (see theora-a4_v6-k250-s0_2.ogg) Originally committed as revision 6253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synchronize the defaults specified in the AVOptions[] array to the defaultsPanagiotis Issaris2006-09-141-7/+7
| | | | | | | specified in the ffmpeg.c global static variabels. This preserves the current behavior. Originally committed as revision 6252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-141-1/+1
| | | | Originally committed as revision 6251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow parameter values (AVOptions) to use the 'k', 'M', 'G'Panagiotis Issaris2006-09-141-2/+29
| | | | | | and 'B' postfixes. Originally committed as revision 6249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun2006-09-143-5/+4
| | | | | | and move the dependent code under CONFIG_GPL. Originally committed as revision 6248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-131-6/+1
| | | | | | patch by Siarhei Siamashka, siarhei dot siamashka gmail com Originally committed as revision 6246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)Aurelien Jacobs2006-09-131-9/+7
| | | | | | but this time ensure proper alignment using av_malloc instead of av_realloc Originally committed as revision 6245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* corrects the type of the AVOption parameter "bugs", patch by TakisPanagiotis Issaris2006-09-131-1/+1
| | | | | | | | Original thread: Date: Sep 11, 2006 1:43 PM Subject: [Ffmpeg-devel] [PATCH] Wrong AVOption type Originally committed as revision 6244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adds descriptions to the libavcodec AVOptions array, taken from thePanagiotis Issaris2006-09-131-39/+39
| | | | | | | | | | OptionDef options[] array. Patch by Takis, Original thread: Date: Sep 11, 2006 3:39 PM Subject: [Ffmpeg-devel] [PATCH] AVOptions description sync Originally committed as revision 6243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enables back the mmx/sse optimized version of the vp3 idct.Aurelien Jacobs2006-09-121-3/+2
| | | | | | | It generates different md5sum than the reference C implementation, but no visual difference, so enabled only when bitexact is not set. Originally committed as revision 6241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Swap back and forward motion vectors to achieve correct pictureKostya Shishkov2006-09-121-1/+11
| | | | Originally committed as revision 6237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-121-0/+4
| | | | Originally committed as revision 6236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-121-2/+4
| | | | Originally committed as revision 6235 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud