]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-09-24 Baptiste Coudurieronly write trailer when state says so, should fix issue...
2008-09-24 Baptiste Coudurierdo not override sample rate for amr nor qcelp, should...
2008-09-24 Kostya ShishkovCorrect wrong lower limit and condition used in APE...
2008-09-24 Michael NiedermayerASF stands for "advanced stream format" not "adaptive...
2008-09-23 Michael NiedermayerMerge the 2 lpc loops.
2008-09-23 Michael NiedermayerFactorize lpc code slightly.
2008-09-23 Diego BiurrunAdd MIPS to list of architectures requiring PIC flags.
2008-09-23 Kostya ShishkovCosmetics: reindent after last commit
2008-09-23 Kostya ShishkovAdd RLE4 and RLE8 decoding support for BMP
2008-09-23 Kostya ShishkovAdd support for 1-bit, 4-bit, 8-bit and some 16-bit...
2008-09-23 Kostya ShishkovCalculate line size correctly for bit depths < 8
2008-09-23 Kostya ShishkovAdd myself to BMP format maintainers (with permission...
2008-09-23 Vitor SessakAdd support for RVTR fourCC
2008-09-22 Michael NiedermayerA few empty lines for readability.
2008-09-22 Michael NiedermayerAnother try to fix temporal direct mode references.
2008-09-22 Diego Biurrunspelling cosmetics
2008-09-22 BradAltiVec detection support for OpenBSD, patch by Brad...
2008-09-22 Michael NiedermayerFix all the recent problems Justin had run into with...
2008-09-22 Michael NiedermayerFix ref_shift so that it is correct for more/all? MBAFF...
2008-09-21 Michael Niedermayerindent
2008-09-21 Michael NiedermayerCorrect comment in the direct mode code.
2008-09-21 Michael NiedermayerSimplify initialization of a few direct mode related...
2008-09-21 BradV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-21 Michael NiedermayerMake MBAFF temporal direct mode closer to the spec.
2008-09-21 Michael NiedermayerMove direct_dist_scale_factor() and direct_ref_list_ini...
2008-09-21 Michael NiedermayerSet poc for field references in MBAFF.
2008-09-20 Diego BiurrunRename check_func2 to check_func_headers.
2008-09-20 Stefano SabatiniLog an error message in case of invalid number of channels.
2008-09-19 Michael NiedermayerRemove fixme that is based on the assumption of !direct...
2008-09-19 Michael NiedermayerRemove check and error message for "MBAFF + !direct_8x8...
2008-09-19 Michael NiedermayerAvoid undefined behavior for removing elements that...
2008-09-19 Michael NiedermayerEnsure that muxer and encoder aspect ratios match....
2008-09-18 Michael NiedermayerSupport comments in preset files.
2008-09-18 Michael NiedermayerMake pps/sps scaling_matrix initialization closer to...
2008-09-18 Robert SwainZero 'idx' for each iteration of the coupling gain...
2008-09-18 Robert SwainCosmetics: missing brackets
2008-09-18 Alex ConverseCast the return value of get_bits() to signed integer...
2008-09-18 Michael NiedermayerEnsure that extradata is not parsed twice.
2008-09-18 Kostya Shishkovadd newline at the end of message
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...
next