summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix some signedness warningsMåns Rullgård2006-09-27
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-09-27
* remove useless memset()Måns Rullgård2006-09-27
* Add support for YUVJ formatsLuca Abeni2006-09-27
* Fix compilation by postponing deprecation of ff_eval() until the next versionPanagiotis Issaris2006-09-27
* free memory before returnKostya Shishkov2006-09-27
* bump lavc version for WavPack decoderKostya Shishkov2006-09-27
* fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)Michael Niedermayer2006-09-26
* Introduce ff_eval2 which is equivalent to ff_eval but does not log anything.Panagiotis Issaris2006-09-26
* ARMv5TE optimized IDCTMåns Rullgård2006-09-26
* fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000)Michael Niedermayer2006-09-26
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-26
* fix MUL16 macroMåns Rullgård2006-09-26
* drop broken telecine detection codeMichael Niedermayer2006-09-26
* reindentMichael Niedermayer2006-09-26
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-26
* support forward seeking in non seekable streamsMichael Niedermayer2006-09-26
* simplify seek() failure checkMichael Niedermayer2006-09-26
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-26
* mpeg1 b_strategy=2 segfault fixMichael Niedermayer2006-09-26
* WavPack lossless audio decoderKostya Shishkov2006-09-26
* remove get_le16 and get_le32, get_bits and get_bits_long can just be used dir...Reimar Döffinger2006-09-25
* Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same...Reimar Döffinger2006-09-25
* Changes needed due to show_bits_long behaviour changes/fixesReimar Döffinger2006-09-25
* Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.Reimar Döffinger2006-09-25
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-25
* move memory functions from avcodec to avutilLuca Barbato2006-09-25
* Remove 404 link.Diego Biurrun2006-09-24
* 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
* Improve swscale-example to test conversions between all the possibleLuca Abeni2006-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 "skip_exp" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "skip_factor" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "skip_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-22
* simplify url_fseek()Michael Niedermayer2006-09-22
* remove a division from STOP_TIMERLoren Merritt2006-09-21
* simplify asm mid_pred, as suggested by michaelni.Loren Merritt2006-09-21
* cosmetics (indentation)Loren Merritt2006-09-21
* tweak ff_imdct_calc_3dn2Loren Merritt2006-09-21
* sse implementation of imdct.Loren Merritt2006-09-21
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-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