summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert table to integer.Vitor Sessak2008-09-102-130/+66
* Fix build failure due to %%eip on x86_64.Michael Niedermayer2008-09-101-4/+6
* Change RGB2YUV_SHIFT from 16 to 15 to make it able to workMichael Niedermayer2008-09-102-5/+3
* Add bgr/rgb15/16/32->UV-half to the macro so theres less code duplicationMichael Niedermayer2008-09-101-124/+24
* Clarify convergence_duration.Michael Niedermayer2008-09-101-2/+4
* Factorize RGB/BGR15/16/32->UV by using the preprocessor.Michael Niedermayer2008-09-101-93/+20
* Factorize rgb/bgr15/16/32->Y by using the preprocessor.Michael Niedermayer2008-09-101-81/+20
* Make SWS_FULL_CHR_H_INP work.Michael Niedermayer2008-09-102-11/+165
* spelling/wording cosmeticsDiego Biurrun2008-09-101-4/+3
* More accurate rounding for 8bit inputs.Michael Niedermayer2008-09-091-3/+3
* Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,Michael Niedermayer2008-09-092-196/+147
* Convert two tables to signed decimalVitor Sessak2008-09-091-4/+4
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-092-4/+4
* Add table of rgb->yuv convertion coefficients.Michael Niedermayer2008-09-091-0/+11
* More correct rounding for the rgb/bgr->yuv converters.Michael Niedermayer2008-09-091-20/+20
* Cosmetics: remove useless parenthesesVitor Sessak2008-09-091-1/+1
* Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak2008-09-091-3/+3
* Add support for creating Simple Profile (I-frame only, no arithmetic coding)Anuradha Suraparaju2008-09-092-2/+9
* vorbis_enc : set coded_frame->pts value to running sample count.Jai Menon2008-09-091-0/+4
* matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs2008-09-091-3/+17
* matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs2008-09-091-0/+5
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-092-17/+17
* matroskadec: move timecode calculation a little earlierAurelien Jacobs2008-09-091-10/+8
* matroskadec: sanitize track time_scale before using itAurelien Jacobs2008-09-091-0/+2
* Prevent overflows during mpeg->jpeg yuv.Michael Niedermayer2008-09-091-3/+3
* print stream index in decimal not in hex, easier for debuggingBaptiste Coudurier2008-09-091-1/+1
* remove one more stuff under #if LIBAVCODEC_VERSION_INTAurelien Jacobs2008-09-081-10/+0
* set block align in av_write_header if not set, fix issue #489Baptiste Coudurier2008-09-081-0/+3
* write copyright metadata tagBaptiste Coudurier2008-09-081-0/+3
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-081-1/+1
* Remove useless commentVitor Sessak2008-09-081-1/+0
* Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2008-09-082-130/+82
* Remove deprecated avcodec_decode_audio() this one was not under #ifdef.Michael Niedermayer2008-09-081-7/+0
* avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer2008-09-082-3/+3
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-0815-33/+33
* Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak2008-09-081-5/+4
* Simplify if() in copy_and_dup()Vitor Sessak2008-09-081-5/+2
* Add av_cold attribute to decode_init()Vitor Sessak2008-09-081-1/+1
* Cosmetics: Make the two additional units in size more clearVitor Sessak2008-09-081-1/+1
* Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer2008-09-082-3/+1
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-083-4/+0
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-088-187/+0
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-0871-207/+206
* Try to fix wma regression.Michael Niedermayer2008-09-081-2/+1
* Fix jpeg yuv.Michael Niedermayer2008-09-082-8/+37
* Relicense as ISC with the authors' permission.Diego Biurrun2008-09-081-18/+12
* terminate tag tables by CODEC_ID_NONEBaptiste Coudurier2008-09-081-0/+2
* Fix typo in comment.Michael Niedermayer2008-09-081-1/+1
* Fix accurate rounding mode on x86_64.Michael Niedermayer2008-09-073-21/+34
* Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.Diego Biurrun2008-09-071-1/+2