summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Inform the user that a certain AVOption is out of range.Panagiotis Issaris2006-09-20
| | | | 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-20
| | | | | | 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-19
| | | | Originally committed as revision 6291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct rounding functionsMichael Niedermayer2006-09-19
| | | | | | | 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-18
| | | | Originally committed as revision 6287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* K prefixMichael Niedermayer2006-09-17
| | | | | | 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-17
| | | | Originally committed as revision 6284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADI Blackfin optimizationsMichael Benjamin2006-09-16
| | | | | | 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-16
| | | | Originally committed as revision 6279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up #ifdef HAVE_IPPMåns Rullgård2006-09-15
| | | | 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-15
| | | | | | value. Originally committed as revision 6274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Indel --> Intel typo.Diego Biurrun2006-09-15
| | | | 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-15
| | | | Originally committed as revision 6257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused, uninitialized free format frame sizeBaptiste Coudurier2006-09-15
| | | | Originally committed as revision 6256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable vp3 mmx idct for theora files to avoid artifactsAurelien Jacobs2006-09-14
| | | | | | (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-14
| | | | | | | 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-14
| | | | 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-14
| | | | | | 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-14
| | | | | | 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-13
| | | | | | 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-13
| | | | | | 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-13
| | | | | | | | 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-13
| | | | | | | | | | 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-12
| | | | | | | 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-12
| | | | 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-12
| | | | Originally committed as revision 6236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-12
| | | | Originally committed as revision 6235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix edge emulation for bicubic MC in B framesKostya Shishkov2006-09-12
| | | | Originally committed as revision 6234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov2006-09-12
| | | | Originally committed as revision 6233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs2006-09-11
| | | | Originally committed as revision 6231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* armv5 optimizationsSiarhei Siamashka2006-09-10
| | | | | | patch by Siarhei Siamashka siarhei.siamashka at gmail com Originally committed as revision 6228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10
| | | | | | | | | Patch by Takis Original thread: Date: Sep 8, 2006 3:26 PM Subject: [Ffmpeg-devel] [PATCH 2/2] Use and set sane AVOption defaults Originally committed as revision 6227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-10
| | | | Originally committed as revision 6226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato2006-09-10
| | | | Originally committed as revision 6221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable B-frames decoding until they produce correct pictureKostya Shishkov2006-09-10
| | | | Originally committed as revision 6218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper GPL headers.Diego Biurrun2006-09-09
| | | | Originally committed as revision 6216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unneeded checks before av_free() and change to av_freep() where it's ↵Kostya Shishkov2006-09-09
| | | | | | more suitable. Originally committed as revision 6212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for BI-frames in Advanced ProfileKostya Shishkov2006-09-09
| | | | Originally committed as revision 6211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't print header bits by defaultKostya Shishkov2006-09-09
| | | | Originally committed as revision 6210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()Kostya Shishkov2006-09-09
| | | | | | as it's always true and reindent code inside by the way. Originally committed as revision 6209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* [Cosmetics] Remove some done TODOs/FIXMEs from commentsKostya Shishkov2006-09-09
| | | | Originally committed as revision 6208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper support for B/BI framesKostya Shishkov2006-09-09
| | | | Originally committed as revision 6207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-09
| | | | | | Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print more correct error messgesMichael Niedermayer2006-09-08
| | | | Originally committed as revision 6194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle the rest of known blocks (by skipping them)Kostya Shishkov2006-09-07
| | | | Originally committed as revision 6185 to svn://svn.ffmpeg.org/ffmpeg/trunk