summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move memory functions from avcodec to avutilLuca Barbato2006-09-255-41/+41
* Remove 404 link.Diego Biurrun2006-09-241-4/+0
* fix to vorbis decoder for book==0Oded Shimon2006-09-241-1/+1
* Missing extern declaration for av_strtod.Panagiotis Issaris2006-09-241-0/+2
* cosmeticMichael Niedermayer2006-09-241-6/+6
* segfault fixMichael Niedermayer2006-09-241-0/+1
* Improve swscale-example to test conversions between all the possibleLuca Abeni2006-09-241-39/+44
* Define NAN -if not already defined- as 0.0/0.0Panagiotis Issaris2006-09-231-1/+1
* Use mathopsLuca Barbato2006-09-221-55/+6
* Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-222-9/+1
* Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris2006-09-222-4/+1
* Remove the "skip_exp" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-3/+0
* Remove the "skip_factor" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-3/+0
* Remove the "skip_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-221-3/+0
* Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris2006-09-222-9/+1
* simplify url_fseek()Michael Niedermayer2006-09-221-39/+24
* remove a division from STOP_TIMERLoren Merritt2006-09-211-1/+1
* simplify asm mid_pred, as suggested by michaelni.Loren Merritt2006-09-211-10/+9
* cosmetics (indentation)Loren Merritt2006-09-211-19/+19
* tweak ff_imdct_calc_3dn2Loren Merritt2006-09-211-17/+17
* sse implementation of imdct.Loren Merritt2006-09-213-5/+133
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-219-219/+212
* Finally enable B-frame decoding as all known samples work perfectKostya Shishkov2006-09-211-6/+0
* For B-frames if the second reference frame signals intensity compensationKostya Shishkov2006-09-211-0/+12
* Reorder MV order in B-frames so no swapping in vc1_b_mc() is neededKostya Shishkov2006-09-211-16/+8
* Zero number of current scan after decoding one picture.Kostya Shishkov2006-09-211-0/+1
* 1000l copy and paste typoMichael Niedermayer2006-09-211-1/+1
* reduce scores if the mp3 frames dont start from the begin of the file (fixes ...Michael Niedermayer2006-09-201-4/+6
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-204-0/+5
* The "video_rc_buffer_aggressivity" variable is not being used anymore inPanagiotis Issaris2006-09-201-2/+0
* Remove the "sc_threshold" OptionDef variable.Panagiotis Issaris2006-09-201-8/+0
* Remove the "bug" OptionDef used for setting the workaround_bugs variable.Panagiotis Issaris2006-09-201-10/+0
* Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris2006-09-202-14/+1
* Remove the "qmax" OptionDef.Panagiotis Issaris2006-09-202-14/+1
* Remove the "qmin" OptionDef.Panagiotis Issaris2006-09-202-14/+1
* Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris2006-09-202-16/+1
* Inform the user that a certain AVOption is out of range.Panagiotis Issaris2006-09-201-1/+3
* Correct the constraints of some AVOptions. These had a default value of zero,Panagiotis Issaris2006-09-201-10/+10
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-202-6/+4
* Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-202-5/+3
* New single instruction math operation headerLuca Barbato2006-09-194-0/+184
* use correct rounding functionsMichael Niedermayer2006-09-191-2/+2
* Added qcelp faq.Benjamin Larsson2006-09-181-0/+4
* Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"Panagiotis Issaris2006-09-182-14/+5
* Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.Panagiotis Issaris2006-09-182-57/+55
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-178-342/+351
* Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)Luca Abeni2006-09-171-1/+1
* K prefixMichael Niedermayer2006-09-171-0/+2
* FLV seeking patch by Nazo. lovesyao at aol com.Nazo2006-09-171-1/+18
* support SI and some non SI prefixesMichael Niedermayer2006-09-171-0/+34
OpenPOWER on IntegriCloud