platform/upstream/libav.git
2008-09-13 Michael NiedermayerDisable mmx routines that are not bitexact when the...
2008-09-13 Michael NiedermayerMake horizontal mmx scaling code match C code.
2008-09-13 Michael NiedermayerEnsure that additional filter coeffs that exist due...
2008-09-12 Michael Niedermayeryvu9toyv12Wrapper is not bitexact so disable it when...
2008-09-12 Michael NiedermayerMake the horizontal C scaler code clip only against...
2008-09-12 Michael NiedermayerAdd bitexact flag.
2008-09-12 Michael NiedermayerThe yuv->rgb tables are too small for cliping to be...
2008-09-12 Michael NiedermayerFix another 1000l bug in the mono input code.
2008-09-12 Michael NiedermayerAdd support for PIX_FMT_YUV440P.
2008-09-12 Michael Niedermayer10000l PIX_FMT_MONOWHITE check was really a || 1.
2008-09-12 Michael NiedermayerSupport mono as input format.
2008-09-12 Michael NiedermayerAdd support for PIX_FMT_MONOWHITE as output format.
2008-09-12 Robert SwainReindent after last commit
2008-09-12 Alex ConverseOnly read some of TNS bitstream data in the case that...
2008-09-12 Michael Niedermayerrgb24toyv12 isnt accuratly rounding, so disable it...
2008-09-12 Michael NiedermayerDo not use the unscaled yuv->rgb converters if SWS_ACCU...
2008-09-12 Aurelien Jacobsmatroskadec: simplify, first_timecode is already in...
2008-09-11 Aurelien Jacobsmatroskadec: prevent seeking before the first keyframe...
2008-09-11 Michael Niedermayer100000000000000l, forgot to commit header change for...
2008-09-11 Vitor SessakCosmetics: align spec references
2008-09-11 Vitor SessakRename function: s/colmult/apply_window/
2008-09-11 Ronald S. BultjeReindent after r15927, see discussion in "[PATCH] rtsp...
2008-09-11 Ronald S. BultjeFactorize out common code for opening of the RTP parsin...
2008-09-11 Michael NiedermayerFix typo that lead to averaging of the same pixel in...
2008-09-11 Michael NiedermayerRemove mistakely commited code i used for testing.
2008-09-11 Michael NiedermayerImplement full horizontal chroma for rgb/bgr24/32 output.
2008-09-11 Diego Biurrunmisc spelling/wording/grammar fixes
2008-09-11 Kostya ShishkovMake it possible to disable loop filter in VC-1.
2008-09-11 Michael NiedermayerDo not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.
2008-09-11 Michael NiedermayerFactorize yuv2packedXinC().
2008-09-11 Michael NiedermayerSet rgb2yuv constants more accurately, makes no real...
2008-09-11 Robert SwainCorrect pulse amplitude application - a negative or...
2008-09-11 Jason Garrett... Fix incorrect printing of brainfart cropping error...
2008-09-11 Michael NiedermayerFix chroma yuv->rgb tables for jpeg style yuv, this...
2008-09-10 Michael NiedermayerCorrect normalization constant for the vertical filter...
2008-09-10 Michael NiedermayerMake the 2point linear interpolation coefficients corre...
2008-09-10 Michael NiedermayerFix overflow.
2008-09-10 Vitor SessakConvert table to integer.
2008-09-10 Michael NiedermayerFix build failure due to %%eip on x86_64.
2008-09-10 Michael NiedermayerChange RGB2YUV_SHIFT from 16 to 15 to make it able...
2008-09-10 Michael NiedermayerAdd bgr/rgb15/16/32->UV-half to the macro so theres...
2008-09-10 Michael NiedermayerClarify convergence_duration.
2008-09-10 Michael NiedermayerFactorize RGB/BGR15/16/32->UV by using the preprocessor.
2008-09-10 Michael NiedermayerFactorize rgb/bgr15/16/32->Y by using the preprocessor.
2008-09-10 Michael NiedermayerMake SWS_FULL_CHR_H_INP work.
2008-09-10 Diego Biurrunspelling/wording cosmetics
2008-09-09 Michael NiedermayerMore accurate rounding for 8bit inputs.
2008-09-09 Michael NiedermayerRewrite bgr24->yuv mmx code, the new code is cleaner...
2008-09-09 Vitor SessakConvert two tables to signed decimal
2008-09-09 Baptiste Coudurierset bits_per_coded_sample according to new lavc api
2008-09-09 Michael NiedermayerAdd table of rgb->yuv convertion coefficients.
2008-09-09 Michael NiedermayerMore correct rounding for the rgb/bgr->yuv converters.
2008-09-09 Vitor SessakCosmetics: remove useless parentheses
2008-09-09 Vitor SessakRemove ChannelData.lev var and use ChannelData.level...
2008-09-09 Anuradha SuraparajuAdd support for creating Simple Profile (I-frame only...
2008-09-09 Jai Menonvorbis_enc : set coded_frame->pts value to running...
2008-09-09 Aurelien Jacobsmatroskadec: demux relevant subtitle packets after...
2008-09-09 Aurelien Jacobsmatroskadec: ensure that overlapping subtitles are...
2008-09-09 Aurelien Jacobsmatroskadec: after seeking, skip up to the desired...
2008-09-09 Aurelien Jacobsmatroskadec: move timecode calculation a little earlier
2008-09-09 Aurelien Jacobsmatroskadec: sanitize track time_scale before using it
2008-09-09 Michael NiedermayerPrevent overflows during mpeg->jpeg yuv.
2008-09-09 Baptiste Coudurierprint stream index in decimal not in hex, easier for...
2008-09-08 Aurelien Jacobsremove one more stuff under #if LIBAVCODEC_VERSION_INT
2008-09-08 Baptiste Coudurierset block align in av_write_header if not set, fix...
2008-09-08 Baptiste Coudurierwrite copyright metadata tag
2008-09-08 Baptiste Coudurieralac : fix case where bits_per_sample is not set.
2008-09-08 Vitor SessakRemove useless comment
2008-09-08 Vitor SessakNormalize triplets in gain_val_tab[][] so gain_exp_tab...
2008-09-08 Michael NiedermayerRemove deprecated avcodec_decode_audio() this one was...
2008-09-08 Michael Niedermayeravcodec_find_best_pix_fmt() needs a 64bit mask as there...
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-09-08 Vitor SessakPass directly variable 'a' to interp instead of evaluat...
2008-09-08 Vitor SessakSimplify if() in copy_and_dup()
2008-09-08 Vitor SessakAdd av_cold attribute to decode_init()
2008-09-08 Vitor SessakCosmetics: Make the two additional units in size more...
2008-09-08 Michael NiedermayerRemove DEFAULT_FRAME_RATE_BASE.
2008-09-08 Michael NiedermayerDrop deprecated SAMPLE_FMT_S24.
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-08 Michael NiedermayerTry to fix wma regression.
2008-09-08 Michael NiedermayerFix jpeg yuv.
2008-09-08 Diego BiurrunRelicense as ISC with the authors' permission.
2008-09-08 Baptiste Coudurierterminate tag tables by CODEC_ID_NONE
2008-09-08 Michael NiedermayerFix typo in comment.
2008-09-07 Michael NiedermayerFix accurate rounding mode on x86_64.
2008-09-07 Diego BiurrunRelicense from LGPL 2.1 to LGPL 2.1 or later with the...
2008-09-07 Vitor SessakCheck output buffer size before decoding.
2008-09-07 Vitor SessakCosmetics: rename vars s/ctx/chd/
2008-09-07 Luca BarbatoMake ToY and ToUV family of function consistent part I
2008-09-07 Vitor SessakExploit symmetry to reduce size of tables by half.
2008-09-07 Michael NiedermayerMake fast bilinear scaler work again.
2008-09-07 Aurelien Jacobsfix seek regression tests after r15229
2008-09-07 Vitor SessakCosmetics: s/short/int16_t/
2008-09-07 Vitor SessakRemove cast, now tables are signed.
2008-09-07 Vitor SessakConvert tables to signed and decimal.
2008-09-07 Vitor SessakRemove unused table entries.
2008-09-07 Vitor SessakRemove commented out code.
2008-09-07 Vitor SessakUse FFMIN() instead of rewriting it.
2008-09-07 Vitor SessakFactorize broken clipping in its own function and docum...
next