]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-03-02 Diego BiurrunInteger-only decoding of AC-3 is not supported.
2009-03-02 Diego BiurrunTarga encoding is supported.
2009-03-02 Daniel VerkampAdd missing image formats, patch by Daniel Verkamp...
2009-03-02 Daniel VerkampSplit PGM and PPM in image formats section.
2009-03-02 Daniel Verkampcosmetics: Break image format lines before comments.
2009-03-01 Måns RullgårdRA144: work around gcc bug/oddity on ARM
2009-03-01 Aurelien Jacobsadd an API changelog with a first entry for the new...
2009-03-01 Diego BiurrunAdd release version number.
2009-03-01 Måns Rullgårdconfigure: fix return value from check_header
2009-03-01 Stefano SabatiniDocument ffplay -ast, -vst, and -sst options.
2009-03-01 Stefano SabatiniApply the same logic used for subtitle stream selection...
2009-03-01 Stefano SabatiniSimplify the logic for the subtitle stream selection.
2009-03-01 Stefano SabatiniFix subtitle selection logic, make ffplay select the...
2009-03-01 Aurelien Jacobsdeprecate old metadata API
2009-03-01 Aurelien Jacobsfix missed usage of old metadata API in mov demuxer
2009-03-01 Aurelien Jacobsfix last usage of old metadata API in ffmpeg.c (handlin...
2009-03-01 Aurelien Jacobsuse new metadata API in libavformat/utils.c
2009-03-01 Aurelien Jacobsuse new metadata API in r3d demuxer
2009-03-01 Aurelien Jacobsconvert ffserver to new metadata API
2009-03-01 Aurelien Jacobsconvert ffplay to new metadata API
2009-03-01 Aurelien Jacobsconvert ffmpeg to new metadata API
2009-03-01 Aurelien Jacobsnew metadata API is now officially part of public API
2009-03-01 Aurelien Jacobssimplify metadata conversion and fixes gcc-2.95 at...
2009-03-01 Måns RullgårdSVQ3: Fix decoding with A32_BITSTREAM_READER
2009-03-01 Måns RullgårdARM: fix missing MUL16() return type
2009-03-01 Dominik MierzejewskiFix typo in comments.
2009-03-01 Reimar DöffingerAdd warnings to yuv2rgb_vis.c because alpha is set...
2009-03-01 Reimar DöffingerMake AltiVec code write alpha as 255 instead of 0 when...
2009-03-01 Reimar DöffingerFix braindead and broken way to calculate abase, fixes...
2009-03-01 Vitor SessakReindent after last commit
2009-03-01 Vitor SessakDo not read uninitialized buffer, no matter if it will...
2009-03-01 Reimar DöffingerRemove unused variable in mpeg_mc_decode_init
2009-03-01 Michael NiedermayerChange the timebase of the raw demuxer to one that...
2009-03-01 Michael NiedermayerDisable MPEG-1/2 style timestamp calculation for H264...
2009-03-01 Michael NiedermayerDo not set low_delay if has_b_frames has been set befor...
2009-03-01 Alex ConverseAAC: Make the CPE function more consistent with the...
2009-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2009-02-28 Aurelien Jacobsadd a metadata conversion API
2009-02-28 Michael NiedermayerAdjust time_base exactly when changing ticks_per_frame...
2009-02-28 Måns Rullgårdconfigure: check_func_headers should mark headers as...
2009-02-28 Måns Rullgårdconfigure: {enable,disable}_safe functions that sanitis...
2009-02-28 Luca AbeniDocument ff_rtp_codec_id()
2009-02-28 Ivan SchreterChange TS seeking so it returns position/timestamp...
2009-02-28 Luca AbeniFix typo in a comment
2009-02-28 Luca AbeniDocument ff_rtp_enc_name()
2009-02-28 Justin Rugglescosmetics: indentation
2009-02-28 Luca AbeniDocument ff_rtp_get_codec_info()
2009-02-28 Justin RugglesSeparate the raw FLAC demuxer from raw.c and put in...
2009-02-28 Ronald S. BultjeRename movenc.c MOVContext to MOVMuxContext, since...
2009-02-28 Måns RullgårdRevert "Improve frame rate guessing for streams with...
2009-02-28 Måns RullgårdARM: fix corner-case overflow in H.264 weighted prediction
2009-02-28 Ivan SchreterImprove frame rate guessing for streams with two fields...
2009-02-28 David S. Millersub_mb_type[] needs to be 8-byte aligned because it...
2009-02-28 Cédric SchieliWhen converting from a non alpha format to an alpha...
2009-02-28 Cédric SchieliFix avpicture_layout to not chroma shift the alpha...
2009-02-27 Aurelien Jacobsuse new metadata API in nut muxer
2009-02-27 Aurelien Jacobsuse new metadata API in nut demuxer
2009-02-27 Cédric SchieliAdd an isALPHA macro to check if pixel format has alpha...
2009-02-27 Cédric SchieliUse YUV420P code path for YUVA420P where appropriate
2009-02-27 Ivan SchreterCorrectly reset SEI variables.
2009-02-27 Måns Rullgårdconfigure: remove redundant alsa/asoundlib.h check
2009-02-27 Michael NiedermayerDetect static prototypes.
2009-02-27 Michael NiedermayerImprove detection of non doxy comments.
2009-02-27 Cédric SchieliRefactor code for upcoming alpha patches.
2009-02-27 Michael NiedermayerFix misdetection of #else in 'missing } prior to else'.
2009-02-27 Gwenole BeauchesneMake ff_print_debug_info() a no-op when using HW accele...
2009-02-27 Gwenole BeauchesneUse ff_hwaccel_pixfmt_list_420[] in H.263 decoder.
2009-02-27 Gwenole BeauchesneAdd hardware acceleration hooks to H.264.
2009-02-27 Michael NiedermayerMake sure -vsync 2 does not produce timestamps equal...
2009-02-27 Michael NiedermayerUpdate commented fprintf().
2009-02-27 Reimar DöffingerDo not allow standard-frame-rate detection to increase...
2009-02-27 Michael NiedermayerFix SVQ3 regression since ticks_per_frame=2.
2009-02-27 Reimar DöffingerSimplify ipmovie.c pts calculation by using an appropri...
2009-02-27 Benoit FouetAdd a context to av_log() call.
2009-02-27 Gwenole BeauchesneAdd HW acceleration hooks for MPEG-4 / H.263 decoding.
2009-02-27 Gwenole BeauchesneRemove superfluous call to mpeg_decode_slice() for...
2009-02-27 Gwenole BeauchesneReturn early if a HW accelerator is used.
2009-02-27 Gwenole BeauchesneAdd VA API pixel formats.
2009-02-27 Gwenole BeauchesneAdd ff_hwaccel_pixfmt_list_420[] definition.
2009-02-27 Reimar DöffingerHack: #undef printf so compilation works with DEBUG_IPM...
2009-02-27 Reimar DöffingerDetect the case when the time base is exact but far...
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 Aurelien Jacobscosmetics: vertical alignment
2009-02-26 Aurelien Jacobsuse new metadata API in rpl demuxer
2009-02-26 Aurelien Jacobsuse new metadata API in wc3 demuxer
2009-02-26 Stefano SabatiniMark as "internal but installed" the avio.h file.
2009-02-26 Stefano SabatiniAdd a @file notice to avio.h.
2009-02-26 Stefano SabatiniRename avfilter_parse_graph() to avfilter_graph_parse...
2009-02-26 Stefano SabatiniRename avfilter_destroy_graph() to avfilter_graph_destr...
2009-02-26 Michael NiedermayerHalf user provided time_base once during the first...
2009-02-26 Carl Eugen... Cosmetics: Fix indentation after last commit.
2009-02-26 Ivan SchreterInitialize H264 parser context correctly if the optiona...
2009-02-26 Aurelien Jacobsmove static tables from asf.h to non-static tables...
2009-02-26 Aurelien Jacobsrename asf-enc.c to asfenc.c and asf.c to asfdec.c...
2009-02-26 Aurelien Jacobsfix a memleak in av_metadata_set()
2009-02-26 Ronald S. BultjeImplement marker bit, which is used for several RTP...
2009-02-26 Ronald S. BultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-26 Ronald S. BultjeDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
2009-02-26 Michael NiedermayerFix next_pts computation to consider repeat_pict.
2009-02-26 Aurelien Jacobsmovenc: add muxing of language along with metadata...
next