summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-09-27
| | | | Originally committed as revision 6354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless memset()Måns Rullgård2006-09-27
| | | | Originally committed as revision 6353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for YUVJ formatsLuca Abeni2006-09-27
| | | | 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-27
| | | | | | increment. Originally committed as revision 6352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free memory before returnKostya Shishkov2006-09-27
| | | | Originally committed as revision 6351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump lavc version for WavPack decoderKostya Shishkov2006-09-27
| | | | Originally committed as revision 6350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)Michael Niedermayer2006-09-26
| | | | 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-26
| | | | | | 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-26
| | | | 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-26
| | | | Originally committed as revision 6346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix MUL16 macroMåns Rullgård2006-09-26
| | | | Originally committed as revision 6344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop broken telecine detection codeMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support forward seeking in non seekable streamsMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify seek() failure checkMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-26
| | | | Originally committed as revision 6338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 b_strategy=2 segfault fixMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack lossless audio decoderKostya Shishkov2006-09-26
| | | | 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-25
| | | | | | 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-25
| | | | | | 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-25
| | | | 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-25
| | | | | | | 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-25
| | | | Originally committed as revision 6331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move memory functions from avcodec to avutilLuca Barbato2006-09-25
| | | | Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 404 link.Diego Biurrun2006-09-24
| | | | Originally committed as revision 6329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix to vorbis decoder for book==0Oded Shimon2006-09-24
| | | | Originally committed as revision 6328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing extern declaration for av_strtod.Panagiotis Issaris2006-09-24
| | | | Originally committed as revision 6327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2006-09-24
| | | | Originally committed as revision 6326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2006-09-24
| | | | | | 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-24
| | | | | | 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-23
| | | | Originally committed as revision 6324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use mathopsLuca Barbato2006-09-22
| | | | 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-22
| | | | | | 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-22
| | | | 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-22
| | | | | | 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-22
| | | | | | function. Originally committed as revision 6319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "skip_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
| | | | | | function. Originally committed as revision 6318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
| | | | | | function. Originally committed as revision 6317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify url_fseek()Michael Niedermayer2006-09-22
| | | | Originally committed as revision 6316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a division from STOP_TIMERLoren Merritt2006-09-21
| | | | Originally committed as revision 6315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify asm mid_pred, as suggested by michaelni.Loren Merritt2006-09-21
| | | | Originally committed as revision 6314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (indentation)Loren Merritt2006-09-21
| | | | Originally committed as revision 6313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tweak ff_imdct_calc_3dn2Loren Merritt2006-09-21
| | | | Originally committed as revision 6312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse implementation of imdct.Loren Merritt2006-09-21
| | | | | | patch mostly by Zuxy Meng (zuxy dot meng at gmail dot com) Originally committed as revision 6311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
| | | | | | libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Finally enable B-frame decoding as all known samples work perfectKostya Shishkov2006-09-21
| | | | 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-21
| | | | | | then the first reference frame should be intensity compensated. Originally committed as revision 6308 to svn://svn.ffmpeg.org/ffmpeg/trunk