summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* add string param to PRINT_KEY for debugBaptiste Coudurier2006-09-29
* shut up gcc about incompatible pointer typeBaptiste Coudurier2006-09-29
* remove useless castsBaptiste Coudurier2006-09-29
* remove gcc warnings about void * used in arithmeticBaptiste Coudurier2006-09-29
* remove extraneous #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-28
* -interlace -> -ilme This has been wrong in the docs for years,Benjamin Larsson2006-09-28
* move sample size adjusting code after audio stsd v2 parsing to let v2 set cor...Baptiste Coudurier2006-09-28
* add lpcm fourccBaptiste Coudurier2006-09-28
* change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.movBaptiste Coudurier2006-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
* Remove the "lmin" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-28
* Remove the "lmax" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-28
* add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka2006-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
* make sure we can create and execute files in $TMPDIRMåns Rullgård2006-09-27
* prevent infinite loop with VORC012.WMAMichael Niedermayer2006-09-27
* put ARM feature tests next to other CPU testsMåns Rullgård2006-09-27
* try to stop people blindly using --cross-compileMå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
* 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