summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* prevent warning in vorbis_data.cOded Shimon2006-10-01
* 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_d...Oded Shimon2006-10-01
* make some more functions global so they can be shared with vorbis_enc.cOded Shimon2006-10-01
* make ready_floor1_list() shared for vorbis_enc.cOded Shimon2006-10-01
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-01
* palette (if we memcpy it into AVFrame) must be uint32_tMichael Niedermayer2006-09-30
* vorbis.h -> vorbis_data.cOded Shimon2006-09-30
* marking AVPaletteControl as deprecated due to thread saftey amongth other iss...Michael Niedermayer2006-09-30
* seems only 3 bits are used for the number of resolutions, some rv30 files hav...Michael Niedermayer2006-09-30
* ignore sub_idMichael Niedermayer2006-09-30
* big endian fixMichael Niedermayer2006-09-30
* support resolution switching, fixes rv20errors.rmMichael Niedermayer2006-09-30
* simplifyMichael Niedermayer2006-09-29
* fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff...Michael Niedermayer2006-09-29
* Add forgotten eval.h...Panagiotis Issaris2006-09-29
* Move the ratecontrol related code from mpegvideo.h to a separate header file.Panagiotis Issaris2006-09-29
* Reformat the output of the list of available AVOptions, by indenting thePanagiotis Issaris2006-09-29
* Remove the override of lmin and lmax, so the actual option value provided willPanagiotis Issaris2006-09-29
* Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there andPanagiotis Issaris2006-09-29
* remove extraneous #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-28
* Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-28
* Remove the "mblmin" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-28
* Handle case of get_bits(0)Kostya Shishkov2006-09-28
* dc_val should be signedMåns Rullgård2006-09-27
* return 0 from encode_picture() and estimate_qp() on successMåns Rullgård2006-09-27
* Break compatibility only when first part of version number changes, in thisPanagiotis Issaris2006-09-27
* Make AVOption parsign code use ff_eval2()Panagiotis Issaris2006-09-27
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* Make ratecontrol use ff_eval2().Panagiotis Issaris2006-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 MUL16 macroMåns Rullgård2006-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
* fix to vorbis decoder for book==0Oded Shimon2006-09-24
* Missing extern declaration for av_strtod.Panagiotis Issaris2006-09-24
* cosmeticMichael Niedermayer2006-09-24