]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-11-12 Vitor SessakRemove now unused file (should have been part of commit...
2010-11-12 Vitor SessakTest 4XM decoding (and not only demuxing) in FATE tests
2010-11-12 Vitor SessakFix visual artifacts in 4XM decoding on big-endian...
2010-11-12 Martin Storsjöadpcm: Replace any of the leaf nodes in the heap
2010-11-12 Martin StorsjöReindent
2010-11-12 Martin Storsjöadpcm: Store the trellis nodes in a heap instead of...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-12 Anton Khirnovffmpeg.c: add a forgotten break in chapter copying
2010-11-12 Anton Khirnovffmpeg.c: reindent
2010-11-12 Anton Khirnovffmpeg.c: add an option for copying chapters
2010-11-12 Alex Converse10l: dx shouldn't exist.
2010-11-12 Alex Converse10l: vorbisdec: declare dy
2010-11-12 Gregory Maxwellvorbisdec: Fix floor1 decoding
2010-11-11 Stefano SabatiniAdd missing check on the existence of an associated...
2010-11-11 Aurelien Jacobsremove declaration inside for(), i is already declared
2010-11-11 Nicolas GeorgeMJPEG/AVI1 to JPEG/JFIF bitstream filter.
2010-11-11 Jason Garrett... Remove bitrate tolerance from libx264 interface
2010-11-10 Aurelien Jacobsdrop support for base-10 encoded alpha component in...
2010-11-10 Stefano SabatiniIn avcodec_pix_fmt_string() use local variable pixdesc...
2010-11-10 Stefano SabatiniMake avcodec_pix_fmt_string() use the information in...
2010-11-10 Carl Eugen... Intel C compiler 12.0 does not suport these attributes...
2010-11-10 Anssi HannulaMove code to be used by the IEC 61937 demuxer from...
2010-11-09 Nicolas KaiserSimplify: Remove impossible condition.
2010-11-09 Anssi HannulaRename spdif.c as spdifenc,c to prepare for future...
2010-11-09 Stefano SabatiniMove internal function ff_set_systematic_pal() to libav...
2010-11-08 Thilo BorgmannReindent after last commit.
2010-11-08 Thilo BorgmannAllow clean initialization of lut_status array by chang...
2010-11-08 Stefano SabatiniAdd a file for bitstream filters documentation.
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-11-08 Anton Khirnovffmpeg.c: allow using negative file indices to disable...
2010-11-07 Stefano SabatiniRemove graphparser.h header, move AVFilterInOut and
2010-11-07 Stefano SabatiniDocument AVFilterInOut fields.
2010-11-07 Stefano SabatiniExtend documentation for parse_filter().
2010-11-07 Stefano SabatiniFix date in latest APIchanges entry.
2010-11-07 Stefano SabatiniBump lavfi minor and add APIchanges entry after the...
2010-11-07 Stefano SabatiniRename AVFilterInOut field filter to filter_ctx, more...
2010-11-07 Stefano SabatiniMake avfilter_graph_parse() always return meaningful...
2010-11-07 Stefano SabatiniMake parse_outputs() always return meaningful error...
2010-11-07 Stefano SabatiniAdd missing memory check in parse_inputs(), and fix...
2010-11-07 Stefano SabatiniMake parse_inputs() return AVERROR(EINVAL) rather than...
2010-11-07 Stefano SabatiniAdd missing check in link_filter_inouts(), and fix...
2010-11-07 Stefano SabatiniRename the variable filter to filt_ctx in link_filter_i...
2010-11-07 Stefano SabatiniMake link_filter_inouts() return meaningful error codes.
2010-11-07 Stefano SabatiniChange the signature of parse_filter() to make it retur...
2010-11-07 Stefano SabatiniChange the signature of create_filter() to make it...
2010-11-07 Jason Garrett... Make x11grab cursor drawing suck less
2010-11-07 Stefano SabatiniOptimize / simplify avcodec_get_pix_fmt_name() check.
2010-11-07 Stefano SabatiniUse av_pix_fmt_descriptors information in avcodec_pix_f...
2010-11-07 Stefano SabatiniMake avpicture_fill() return a meaningful error code.
2010-11-07 Stefano SabatiniRemove alpha information from avcodec_pix_fmt_string...
2010-11-07 Alex Converseaaclatm: Eliminate dummy packets due to muxlength calcu...
2010-11-06 Yuriy Kaminskiyrtsp: Set the real_setup pointer properly, avoid out...
2010-11-06 Reimar DöffingerFix indentation.
2010-11-06 Reimar DöffingerImprove PGS parsing: the "state" field is not relevant...
2010-11-06 Kostya Shishkovtry to give TrueSpeech decoder tables more sensible...
2010-11-05 Ben Littleradd my (compn) fingerprint to svn write list in maintai...
2010-11-04 Stefano SabatiniImplement get_preset_file() in cmdutils.h and use it...
2010-11-04 Stefano SabatiniFix FFv1 decoder buffer releasing.
2010-11-04 Reimar DöffingerAdd test for cropping of interlaced H.264.
2010-11-04 Janne Grunauaacdec: consume the audio specific config during LATM...
2010-11-04 Stefano SabatiniFix off-by-one error in APIchanges file.
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-11-04 Stefano SabatiniAmend avfilter_graph_parse() documentation for the...
2010-11-04 Ronald S. BultjeRemove two instances of AVERROR(ff_neterrno()), because...
2010-11-04 Carl Eugen... Silence icc warning about unsupported option -Wno-paren...
2010-11-03 Reimar DöffingerH.264 decode: support cropping up to 28 pixels in inter...
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-11-03 Thierry FoucuFix 16kHz Mono NellyMoser in flv.
2010-11-03 Stefano SabatiniImplement isnan() function evaluation.
2010-11-03 Stefano SabatiniAdd eval.texi file.
2010-11-03 Reimar DöffingerUpdate 24 bpp TM1 reference for decoder fixes.
2010-11-03 Reimar DöffingerFix aspect for 24bpp TM1 samples.
2010-11-03 Reimar DöffingerFix decoding of 24 bpp TM1 (except for aspect).
2010-11-03 Reimar Döffinger100l, calculate mb_change_bits_row_size from the update...
2010-11-03 Reimar DöffingerSupport mid-stream resolution/format changes for TM1.
2010-11-03 Anton Khirnovmatroskadec: skip invalid tags with no TagName
2010-11-02 Ramiro Pollachangelog: mention that ffmpeg is now win64-friendly
2010-11-02 Stefano Sabatini1/PHIl: swap again settb/setpts, fix alphabetical order.
2010-11-02 Stefano SabatiniMove settb docs after setpts docs, fix alphabetical...
2010-11-02 Stefano SabatiniAdd setpts filter, ported from the libavfilter soc...
2010-11-02 Stefano SabatiniAdd av_get_bits_per_sample_fmt() to libavcore/samplefmt...
2010-11-02 Stefano SabatiniImplement functions:
2010-11-02 Stefano SabatiniMove sample format definitions from libavcodec to libav...
2010-11-02 Mike Edenfieldhttp: Handle 301/307 redirect requests, too
2010-11-02 Thierry FoucuAllow mono encoding with LAME.
2010-11-02 Stefano SabatiniFix timestamp handling in more filters after the change...
2010-11-02 Stefano SabatiniMake the blackframe filter print the time, in addition...
2010-11-02 Stefano SabatiniMake the cropdetect filter print the time for each...
2010-11-02 Stefano SabatiniFix timestamp computation when the timebase changes...
2010-11-02 Stefano SabatiniFix crop->var_values[VAR_T] computation in the crop...
2010-11-02 Janne Grunauaacdec: change type of data in decode_audio_specific_co...
2010-11-02 Janne Grunaumpegts: support LATM syntax
2010-11-02 Janne GrunauAdd single stream LATM/LOAS decoder
2010-11-02 Janne Grunauaacdec: pass avctx as logging context for decode_audio_...
2010-11-02 Janne Grunauaacdec: refactor the actual aac decoding code into...
2010-11-02 Janne Grunauaacdec: return consumed bits in decode_audio_specific_c...
2010-11-02 Janne Grunauaacdec: add MPEG4AudioConfig as parameter for decode_au...
2010-11-02 Anton Khirnovffmpeg.c: reindent
next