]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-09-18 Kostya ShishkovZMBV encoder forgot to fill coded frame pointer
2008-09-18 Diego Biurrunsmall wording fixes
2008-09-18 Kostya ShishkovAdd fourcc for MS RLE4
2008-09-18 Kostya ShishkovFactorize out code used for MS RLE format decoding...
2008-09-18 David ConradRemove duplication of TRANSPOSE8 macro, also removing...
2008-09-18 David ConradMake a separate macro for writing an entire block from...
2008-09-18 David ConradFactorize SSE2_(Row|Column)_IDCT into one macro
2008-09-18 Luca BarbatoUniform *ToY and *ToUV function signatures
2008-09-18 Luca BarbatoSplit mono2Y in monowhite and monoblack
2008-09-18 Luca BarbatoFactorize unit32_t* casts for palette pointer
2008-09-17 Baptiste Coudurierrevert r14983, value is not sample aspect ratio, it...
2008-09-17 David ConradCosmetics: remove excessive blank lines
2008-09-17 David ConradEnsure MMX/SSE2 VP3 IDCT selection isn't disabled when...
2008-09-17 David ConradCosmetics: reindent
2008-09-17 Robert Swainlibx264 ffpresets:
2008-09-17 David ConradRewrite SSE2 VP3 IDCT in inline asm
2008-09-17 David ConradRewrite MMX VP3 IDCT in inline asm
2008-09-17 David ConradMMX/SSE2 VP3 IDCT are bitexact now that the dequantizat...
2008-09-17 David ConradTake idct permutation into account when initializing...
2008-09-17 Vitor SessakUse SAMPLE_FMT_FLT instead of doing the float->int...
2008-09-17 Vladimir VoroshilovSecond-stage gain and Moving Average Predictor codebooks.
2008-09-17 Vladimir VoroshilovAnother set of approved changes for G.729: includes...
2008-09-16 Alex ConverseValidate pulse position and error out if an invalid...
2008-09-16 Michael NiedermayerFix segfault with rgb24 and full_internal_chrome due...
2008-09-16 Michael NiedermayerOnly print "invalid new backstep" when it is really...
2008-09-16 Michael NiedermayerFix regression test failure caused by golomb limit...
2008-09-16 Baptiste Couduriersync to latest x264 git, field was renamed
2008-09-16 Michael NiedermayerMake decoder more robust by default against broken...
2008-09-15 Michael NiedermayerFix generated md5, it was wrong for some input lengths.
2008-09-15 Michael NiedermayerCorrect the threshold of get_ur_golomb_jpegls() at...
2008-09-15 Michael NiedermayerAvoid using floating point for calculating filter coeff...
2008-09-14 Diego Biurrunwording/spelling
2008-09-14 Justin Rugglescosmetics: fix indentation after r15321
2008-09-14 Justin Ruggleswrite actual min and max frame size to FLAC header...
2008-09-14 Diego Biurruncosmetics: Fix indentation.
2008-09-14 Diego BiurrunRemove useless #ifdef around #include.
2008-09-14 Diego BiurrunOnly define x86 register names on x86.
2008-09-14 Ramiro PollaSpelling...
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...
next