OSDN Git Service

coroid/libav_saccubus.git
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...
2008-09-07 Vitor SessakCosmetics: whitespace/linebreaks
2008-09-07 Vitor SessakUse the same 8 bit -> 16 bit conversion as QuickTime.
2008-09-07 Vitor SessakDo not share context variables between channels and...
2008-09-07 Vitor SessakRemove output pointer from context
2008-09-07 Stefan Gehreradd 1bpp decoding function and extend 4bpp function to
2008-09-07 Baptiste Coudurieradd missing html start tag to ffserver status html...
2008-09-07 Baptiste Couduriercleanup, merge snprintf calls
2008-09-07 Baptiste Coudurierset default bps to 16 in wav header
2008-09-07 Baptiste Coudurier100l, compute correctly poll_table size when allocating
2008-09-07 Ronald S. BultjeImplement RDT-specific data parsing routines. After...
2008-09-07 Ronald S. BultjeReindent after previous patch.
2008-09-07 Ronald S. BultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-07 Ronald S. BultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-07 Ronald S. BultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-09-07 Aurelien Jacobsbump lavf micro version to allow checking for the matro...
2008-09-06 Aurelien Jacobsmatroskadec: remove now useless vstream and is_video_ke...
2008-09-06 Aurelien Jacobsmatroskadec: remove useless braces
2008-09-06 Aurelien Jacobsmatroskadec: ensure that the timecode added to the...
2008-09-06 Carl Eugen... Whitespace cosmetics
2008-09-06 Diego Biurrunlicense header consistency cosmetics.
2008-09-06 Diego BiurrunMention that libavcodec/ac3dec.c is GPLed.
2008-09-06 Diego Biurrunlicense header consistency cosmetics
2008-09-06 Vladimir VoroshilovRemove not approved parts.
2008-09-06 Vitor SessakTest a var for overflow just after it is set
2008-09-06 Vitor SessakRemove useless parentheses.
2008-09-06 Stefano SabatiniRemove wrong and unnecessary condition. VHOOK filters...
2008-09-06 JonYUndefine the macro which defines fprintf as please_use_...
next