summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* move memory functions from avcodec to avutilLuca Barbato2006-09-25
* fix to vorbis decoder for book==0Oded Shimon2006-09-24
* Missing extern declaration for av_strtod.Panagiotis Issaris2006-09-24
* cosmeticMichael Niedermayer2006-09-24
* segfault fixMichael Niedermayer2006-09-24
* Define NAN -if not already defined- as 0.0/0.0Panagiotis Issaris2006-09-23
* Use mathopsLuca Barbato2006-09-22
* Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-22
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* cosmetics (indentation)Loren Merritt2006-09-21
* tweak ff_imdct_calc_3dn2Loren Merritt2006-09-21
* sse implementation of imdct.Loren Merritt2006-09-21
* Finally enable B-frame decoding as all known samples work perfectKostya Shishkov2006-09-21
* For B-frames if the second reference frame signals intensity compensationKostya Shishkov2006-09-21
* Reorder MV order in B-frames so no swapping in vc1_b_mc() is neededKostya Shishkov2006-09-21
* Zero number of current scan after decoding one picture.Kostya Shishkov2006-09-21
* 1000l copy and paste typoMichael Niedermayer2006-09-21
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-20
* Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris2006-09-20
* Remove the "qmax" OptionDef.Panagiotis Issaris2006-09-20
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-20
* Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris2006-09-20
* Inform the user that a certain AVOption is out of range.Panagiotis Issaris2006-09-20
* Correct the constraints of some AVOptions. These had a default value of zero,Panagiotis Issaris2006-09-20
* New single instruction math operation headerLuca Barbato2006-09-19
* use correct rounding functionsMichael Niedermayer2006-09-19
* Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris2006-09-18
* K prefixMichael Niedermayer2006-09-17
* support SI and some non SI prefixesMichael Niedermayer2006-09-17
* ADI Blackfin optimizationsMichael Benjamin2006-09-16
* remove junk characters in commentMåns Rullgård2006-09-16
* clean up #ifdef HAVE_IPPMåns Rullgård2006-09-15
* Correct the i_qfactor minimum, which was current set higher then the defaultPanagiotis Issaris2006-09-15
* Fix Indel --> Intel typo.Diego Biurrun2006-09-15
* Rename the AVOption's names to the shorter OptionDef names.Panagiotis Issaris2006-09-15
* remove unused, uninitialized free format frame sizeBaptiste Coudurier2006-09-15
* disable vp3 mmx idct for theora files to avoid artifactsAurelien Jacobs2006-09-14
* Synchronize the defaults specified in the AVOptions[] array to the defaultsPanagiotis Issaris2006-09-14
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-14
* Allow parameter values (AVOptions) to use the 'k', 'M', 'G'Panagiotis Issaris2006-09-14
* Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun2006-09-14
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-13
* replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)Aurelien Jacobs2006-09-13
* corrects the type of the AVOption parameter "bugs", patch by TakisPanagiotis Issaris2006-09-13
* adds descriptions to the libavcodec AVOptions array, taken from thePanagiotis Issaris2006-09-13
* Enables back the mmx/sse optimized version of the vp3 idct.Aurelien Jacobs2006-09-12
* Swap back and forward motion vectors to achieve correct pictureKostya Shishkov2006-09-12
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-12
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-12