]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-08-05 Reimar DöffingerAdd proper license header
2007-08-05 Reimar DöffingerRemove AVCodecContext parameter from parse_timecode...
2007-08-05 Reimar DöffingerFix deinterlacing for odd height
2007-08-05 Reimar DöffingerDeinterlace xsub subtitles
2007-08-05 Reimar DöffingerColours except background should not be transparent
2007-08-05 Reimar Döffingerget rid of av_rescale_q, it does not work as intended.
2007-08-05 Reimar Döffingerget rid of xsubdec array and calculate value instead
2007-08-05 Reimar Döffinger10l, runbits order was reversed
2007-08-05 Reimar DöffingerHack to support XSUB subtitles in AVI
2007-08-05 Reimar Döffinger100l, wrong argument to av_freep
2007-08-05 Reimar DöffingerAdd forgotten xsub timecode parsing
2007-08-05 Reimar DöffingerFirst version of xsub decoder, not yet tested
2007-08-05 David BryantAdd the handling of the INT32INFO block to the WavPack...
2007-08-05 Justin Ruggles10l to me. Revert recent changes to ac3_probe() which...
2007-08-05 Michael Niedermayerfix misdetection of out.ac3
2007-08-05 Michael Niedermayer//more debug info
2007-08-05 Baptiste Coudurierremove now useless vars
2007-08-05 Baptiste Couduriercosmetics, braces/parenthesis style
2007-08-05 Baptiste Couduriercosmetics, indentation
2007-08-05 Baptiste Coudurieradd streams on the fly, swf is a streaming format and...
2007-08-05 Baptiste Coudurierdo not write id3v2 header when writing .mp2 files
2007-08-05 Baptiste Coudurierremove useless raw_write_header
2007-08-05 Justin Rugglesadditional tweaks to AC3 probe function. give a higher...
2007-08-05 Loren Merrittprevent huffyuv from generating codewords of length...
2007-08-04 Justin Rugglesincrease the maximum AC3 probe buffer size and reduce...
2007-08-04 Michael Niedermayerset the previous tag size correctly in flv files
2007-08-04 Michael Niedermayerset a more reasonable start_time if the first timestamp...
2007-08-04 Michael Niedermayercorrect initial timestamps which have AV_NOPTS_VALUE
2007-08-04 Justin Rugglesadd support for downmixing to stereo or mono
2007-08-04 Michael Niedermayertopic explanations
2007-08-04 Justin Rugglesuse dsputil for float to signed 16-bit sample conversion
2007-08-04 Sam HocevarAdd support for grayscale MJPEG streams sent by Axis...
2007-08-04 Michael Niedermayerflashsv regression test
2007-08-04 Justin Rugglescosmetics: indentation
2007-08-04 Justin Rugglesconsolidate decoding of lfe and coupling channels with...
2007-08-04 Michael Niedermayerbe slightly more careful with copying the codec_tag...
2007-08-04 Justin Rugglesthere are only 4 rematrixing bands
2007-08-04 Justin Rugglescosmetics: use more appropriate names for iterator...
2007-08-04 Baptiste Couduriermove dnxhd data tables to separate file
2007-08-04 Justin Rugglesmove some variables to a more local scope.
2007-08-04 Justin Rugglesmake exponent decoding consistent (prepare for merging...
2007-08-04 Baptiste Coudurierdnxhd 120 progressive support
2007-08-04 Baptiste Coudurierindentation
2007-08-04 Baptiste Coudurierdnxhd 185 interlaced support
2007-08-04 Baptiste Couduriercosmetic
2007-08-04 Baptiste Coudurierno need to duplicate cid table vars in context
2007-08-04 Baptiste Coudurier10l, use correct cid table
2007-08-04 Baptiste Coudurieradd coding unit size for interlaced decoding
2007-08-04 Baptiste Couduriershould be more correct
2007-08-04 Baptiste Coudurierset block align to stsd audio v2 bytes per frame for...
2007-08-04 Michael Niedermayerindent
2007-08-04 Justin Rugglescosmetics: use braces when it makes the code easier...
2007-08-04 Justin Ruggleschange AC3DecodeContext variable to local variable
2007-08-04 Justin Rugglesuse array instead of bitmask
2007-08-04 Michael NiedermayerMake MPEG-1/2 decoder work with the libmpeg2-style...
2007-08-04 Justin Rugglesuse table for converting dynamic range codes to scale...
2007-08-04 Justin Rugglesuse floating-point mantissa dequantization tables
2007-08-04 Justin Rugglescosmetics: indentation
2007-08-04 Justin Rugglesdither zero-bit mantissas by default. remove dithering...
2007-08-04 Michael Niedermayerdetect MS wav codecs
2007-08-04 Justin Rugglessimplify coefficient decoding
2007-08-04 Justin Rugglesmerge decoding of coupling channel coefficients and...
2007-08-03 Justin Rugglessplit out coupling coefficient reconstruction into...
2007-08-03 Michael Niedermayerdrop non keyframes before the first keyframe for stream...
2007-08-03 Michael Niedermayerfix block_align for mp3 stream copy
2007-08-03 Michael NiedermayerURL of the webinterface
2007-08-03 Michael Niedermayerget rid of some double timebase convertion
2007-08-03 Michael Niedermayerremove the mailinglist still preferred note, roundup...
2007-08-03 Michael Niedermayerproperly implement "user specified start time offset...
2007-08-03 Alex Beregszaszicosmetics: be sure all lines fit into 79 characters
2007-08-03 Alex Beregszaszicosmetics: indent correctly
2007-08-03 Glenn A. SerreUse getCachedContext instead getContext to support...
2007-08-03 Diego BiurrunReduce Theora decoder verbosity.
2007-08-03 Michael Niedermayermove code which adds a AVPacket into the packet buffer...
2007-08-02 Michael Niedermayeroutput last frame if seq end code is encountered
2007-08-02 Marc Hoffmancorrect order of fixedpoint in CONFIG list
2007-08-02 Diego BiurrunRemove unused variable.
2007-08-02 Michael Niedermayersimplify s->mv_dir init
2007-08-02 Marc Hoffman--enable-fixedpoint, for configuring fixedpoint optimiz...
2007-08-01 Michael Niedermayerget rid of mb_type_len
2007-08-01 Michael Niedermayerexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-08-01 Michael Niedermayerexchange if() and for() in the MT_FIELD case
2007-08-01 Michael Niedermayerexchange for() and if() order in the MT_FRAME case
2007-08-01 Marc Hoffmanmaking reference models have the same API
2007-08-01 Michael Niedermayerchange
2007-08-01 Måns Rullgårdreplace some "disabled" calls with "! enabled"
2007-08-01 Michael Niedermayermerge another 2 if() to save a few cpu cycles
2007-08-01 Michael Niedermayerreorder if() so that the condition can be simplified
2007-08-01 Michael Niedermayermerge/simplify 2 if()
2007-08-01 Michael Niedermayermerge 2 if()
2007-08-01 Diego Biurrunalphabetical order
2007-08-01 Diego BiurrunRemove redundant variable declarations.
2007-08-01 Baptiste Coudurieruse buf_ptr to correctly decode second field
2007-08-01 Michael Niedermayermove gray so as to not introduce further misordering
2007-08-01 Michael Niedermayerremove unneeded gray="no"
2007-08-01 Marc Hoffmanadding myself to the CREDITS
2007-08-01 Justin Rugglesalign array used in mdct. fixes segfault.
2007-08-01 Michael Niedermayeruse ENABLE_GRAY
2007-08-01 Michael Niedermayermake grayscale only decoding checks in inner loops...
2007-07-31 Michael Niedermayermove some code which was executed for every skipped...
next