aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka2006-09-281-0/+11
| | | | | | | | | Patch by Siarhei Siamashka %siarhei P siamashka A gmail P com% Original thread: Date: Sep 28, 2006 2:26 AM Subject: [Ffmpeg-devel] [PATCH] ARM implementation of FASTDIV Originally committed as revision 6366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle case of get_bits(0)Kostya Shishkov2006-09-281-1/+1
| | | | Originally committed as revision 6365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc_val should be signedMåns Rullgård2006-09-275-23/+22
| | | | Originally committed as revision 6364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return 0 from encode_picture() and estimate_qp() on successMåns Rullgård2006-09-271-0/+2
| | | | Originally committed as revision 6363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure we can create and execute files in $TMPDIRMåns Rullgård2006-09-271-0/+13
| | | | Originally committed as revision 6362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent infinite loop with VORC012.WMAMichael Niedermayer2006-09-271-0/+11
| | | | Originally committed as revision 6361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put ARM feature tests next to other CPU testsMåns Rullgård2006-09-271-20/+20
| | | | Originally committed as revision 6360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to stop people blindly using --cross-compileMåns Rullgård2006-09-271-0/+1
| | | | Originally committed as revision 6359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Break compatibility only when first part of version number changes, in thisPanagiotis Issaris2006-09-271-1/+1
| | | | | | specific case for ff_eval deprecation. Originally committed as revision 6358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVOption parsign code use ff_eval2()Panagiotis Issaris2006-09-272-75/+84
| | | | Originally committed as revision 6357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-2715-29/+102
| | | | Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-2730-59/+63
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-09-272-2/+9
| | | | Originally committed as revision 6354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless memset()Måns Rullgård2006-09-271-1/+0
| | | | Originally committed as revision 6353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for YUVJ formatsLuca Abeni2006-09-271-1/+22
| | | | Originally committed as revision 19993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix compilation by postponing deprecation of ff_eval() until the next versionPanagiotis Issaris2006-09-271-1/+1
| | | | | | increment. Originally committed as revision 6352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free memory before returnKostya Shishkov2006-09-271-0/+2
| | | | Originally committed as revision 6351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump lavc version for WavPack decoderKostya Shishkov2006-09-271-2/+2
| | | | Originally committed as revision 6350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)Michael Niedermayer2006-09-261-1/+1
| | | | Originally committed as revision 6349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.Panagiotis Issaris2006-09-261-5/+21
| | | | | | Instead, error messages are passed upward by means of a struct member variable. Originally committed as revision 6348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv5TE optimized IDCTMåns Rullgård2006-09-265-1/+735
| | | | Originally committed as revision 6347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)Michael Niedermayer2006-09-261-3/+4
| | | | Originally committed as revision 6346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-261-5/+11
| | | | Originally committed as revision 6345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix MUL16 macroMåns Rullgård2006-09-261-3/+3
| | | | Originally committed as revision 6344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop broken telecine detection codeMichael Niedermayer2006-09-261-23/+0
| | | | Originally committed as revision 6343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentMichael Niedermayer2006-09-261-5/+5
| | | | Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-261-2/+1
| | | | Originally committed as revision 6341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support forward seeking in non seekable streamsMichael Niedermayer2006-09-261-0/+7
| | | | Originally committed as revision 6340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify seek() failure checkMichael Niedermayer2006-09-261-4/+1
| | | | Originally committed as revision 6339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-264-9/+33
| | | | Originally committed as revision 6338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 b_strategy=2 segfault fixMichael Niedermayer2006-09-261-1/+1
| | | | Originally committed as revision 6337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack lossless audio decoderKostya Shishkov2006-09-2611-0/+770
| | | | Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove get_le16 and get_le32, get_bits and get_bits_long can just be used ↵Reimar Döffinger2006-09-251-16/+5
| | | | | | directly. Originally committed as revision 6335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the ↵Reimar Döffinger2006-09-251-18/+7
| | | | | | same way. Originally committed as revision 6334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changes needed due to show_bits_long behaviour changes/fixesReimar Döffinger2006-09-251-3/+3
| | | | Originally committed as revision 6333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.Reimar Döffinger2006-09-251-0/+5
| | | | | | | Gives the same result as get_bits_long_le in vorbis.c instead of some wild big-/little-endian mixture. Originally committed as revision 6332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-251-1/+1
| | | | Originally committed as revision 6331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move memory functions from avcodec to avutilLuca Barbato2006-09-255-41/+41
| | | | Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 404 link.Diego Biurrun2006-09-241-4/+0
| | | | Originally committed as revision 6329 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
* Improve swscale-example to test conversions between all the possibleLuca Abeni2006-09-241-39/+44
| | | | | | pixel formats Originally committed as revision 19965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 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-222-9/+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-222-4/+1
| | | | Originally committed as revision 6321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "skip_exp" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-3/+0
| | | | | | function. Originally committed as revision 6320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "skip_factor" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-3/+0
| | | | | | function. Originally committed as revision 6319 to svn://svn.ffmpeg.org/ffmpeg/trunk