]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-09-14 Justin Ruggleswrite MD5 checksum to FLAC header. update regression...
2008-09-14 Justin Rugglesupdate FLAC regression test due to expected change...
2008-09-14 Justin Ruggleswrite number of samples in FLAC extradata.
2008-09-14 Michael NiedermayerAvoid some explicit types in sizeof().
2008-09-14 Michael NiedermayerUse av_mallocz() instead of for() =0;
2008-09-14 Michael NiedermayerMove dither tables from yuv2rgb to swscale, they have...
2008-09-14 Michael NiedermayerAdd , to clarify sentence.
2008-09-14 Justin Rugglesadd error message for unsupported codecs in WAVE.
2008-09-14 Justin RugglesReturn error when trying to decode non-grayscale 16...
2008-09-14 Diego BiurrunFix typos found by ispell.
2008-09-14 Michael NiedermayerReword a few sentences to make them clearer.
2008-09-14 Ronald S. BultjeReindent after r15317.
2008-09-14 Ronald S. BultjeRename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because...
2008-09-14 Michael NiedermayerThe official guide to swscale for confused developers.
2008-09-13 Robert SwainReindent after last commit
2008-09-13 Alex ConverseApply pulses to unscaled coefficients rather than scaled.
2008-09-13 Robert SwainOperands of '+' are not necessarily evaluated in order...
2008-09-13 Ramiro PollaUpdate link to FFmpeg Windows Help website.
2008-09-13 Alex ConverseCorrect order of parsing for pulse scalefactor band...
2008-09-13 Gert VervoortFix setting default value of scan_offset option for...
2008-09-13 Michael NiedermayerAdd sparc maintainer.
2008-09-13 Vitor SessakCosmetics: line breaks
2008-09-13 Vitor SessakSimplify: use a single history buffer for gain and...
2008-09-13 Benjamin ZoresFix libswscale build after r27561 if --enable-runtime...
2008-09-13 Michael NiedermayerFix indention.
2008-09-13 David ConradFix compilation on Mac OS X 10.4: Defining _POSIX_C_SOU...
2008-09-13 Michael NiedermayerRename yuv2rgb variables to avoid name clashes with...
2008-09-13 Michael NiedermayerSwitch regression tests to swscale.
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.
next