]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-03-02 compnogg muxer is vorbis only
2009-03-02 jbrAdd some missing codecs and update names to match the...
2009-03-02 diegoAdd some missing codecs and update names to match the...
2009-03-02 jbradd some missing codecs and update some names to match...
2009-03-02 diegoInteger-only decoding of AC-3 is not supported.
2009-03-02 diegoSplit PGM and PPM in image formats section.
2009-03-02 diegoAdd missing image formats, patch by Daniel Verkamp...
2009-03-02 diegoSplit PGM and PPM in image formats section.
2009-03-02 diegocosmetics: Break image format lines before comments.
2009-03-01 mruRA144: work around gcc bug/oddity on ARM
2009-03-01 aureladd an API changelog with a first entry for the new...
2009-03-01 diegoAdd release version number.
2009-03-01 mruconfigure: fix return value from check_header
2009-03-01 stefanoDocument ffplay -ast, -vst, and -sst options.
2009-03-01 stefanoApply the same logic used for subtitle stream selection...
2009-03-01 stefanoSimplify the logic for the subtitle stream selection.
2009-03-01 stefanoFix subtitle selection logic, make ffplay select the...
2009-03-01 aureldeprecate old metadata API
2009-03-01 aurelfix missed usage of old metadata API in mov demuxer
2009-03-01 aurelfix last usage of old metadata API in ffmpeg.c (handlin...
2009-03-01 aureluse new metadata API in libavformat/utils.c
2009-03-01 aureluse new metadata API in r3d demuxer
2009-03-01 aurelconvert ffserver to new metadata API
2009-03-01 aurelconvert ffplay to new metadata API
2009-03-01 aurelconvert ffmpeg to new metadata API
2009-03-01 aurelnew metadata API is now officially part of public API
2009-03-01 aurelsimplify metadata conversion and fixes gcc-2.95 at...
2009-03-01 mruSVQ3: Fix decoding with A32_BITSTREAM_READER
2009-03-01 mruARM: fix missing MUL16() return type
2009-03-01 vitorReindent after last commit
2009-03-01 vitorDo not read uninitialized buffer, no matter if it will...
2009-03-01 reimarRemove unused variable in mpeg_mc_decode_init
2009-03-01 michaelChange the timebase of the raw demuxer to one that...
2009-03-01 michaelDisable MPEG1/2 style timestamp calculation for H264...
2009-03-01 michaelDo not set low_delay if has_b_frames has been set befor...
2009-03-01 alexcAAC: Make the CPE function more consistent with the...
2009-03-01 aureladd missing const qualifiers for metadata_conv in AV...
2009-02-28 aureladd a metadata conversion API
2009-02-28 michaelAdjust time_base exactly when changing ticks_per_frame...
2009-02-28 mruconfigure: check_func_headers should mark headers as...
2009-02-28 mruconfigure: {enable,disable}_safe functions that sanitis...
2009-02-28 lucabeDocument ff_rtp_codec_id()
2009-02-28 cehoyosChange TS seeking so it returns position/timestamp...
2009-02-28 lucabeFix typo in a comment
2009-02-28 lucabeDocument ff_rtp_enc_name()
2009-02-28 jbrcosmetics: indentation
2009-02-28 lucabeDocument ff_rtp_get_codec_info()
2009-02-28 jbrSeparate the raw FLAC demuxer from raw.c and put in...
2009-02-28 rbultjeRename movenc.c MOVContext to MOVMuxContext, since...
2009-02-28 mruRevert "Improve frame rate guessing for streams with...
2009-02-28 mruARM: fix corner-case overflow in H.264 weighted prediction
2009-02-28 cehoyosImprove frame rate guessing for streams with two fields...
2009-02-28 stefangsub_mb_type[] needs to be 8-byte aligned because it...
2009-02-28 sdrikFix avpicture_layout to not chroma shift the alpha...
2009-02-27 aureluse new metadata API in nut muxer
2009-02-27 aureluse new metadata API in nut demuxer
2009-02-27 cehoyosCorrectly reset SEI variables.
2009-02-27 mruconfigure: remove redundant alsa/asoundlib.h check
2009-02-27 michaelDetect static prototypes.
2009-02-27 michaelImprove detection of non doxy comments.
2009-02-27 michaelFix misdetection of #else in 'missing } prior to else'.
2009-02-27 benoitMake ff_print_debug_info() a no-op when using HW accele...
2009-02-27 benoitUse ff_hwaccel_pixfmt_list_420[] in H.263 decoder.
2009-02-27 benoitAdd hardware acceleration hooks to H.264.
2009-02-27 michaelMake sure -vsync 2 does not produce timestamps equal...
2009-02-27 michaelUpdate commented fprintf().
2009-02-27 reimarDo not allow standard-frame-rate detection to increase...
2009-02-27 michaelFix SVQ3 regression since ticks_per_frame=2.
2009-02-27 reimarSimplify ipmovie.c pts calculation by using an appropri...
2009-02-27 benoitAdd a context to av_log() call.
2009-02-27 benoitAdd HW acceleration hooks for MPEG-4 / H.263 decoding.
2009-02-27 benoitRemove superfluous call to mpeg_decode_slice() for...
2009-02-27 benoitReturn early if a HW accelerator is used.
2009-02-27 benoitAdd VA API pixel formats.
2009-02-27 benoitAdd ff_hwaccel_pixfmt_list_420[] definition.
2009-02-27 reimarHack: #undef printf so compilation works with DEBUG_IPM...
2009-02-27 reimarDetect the case when the time base is exact but far...
2009-02-26 michaelAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 aurelcosmetics: vertical alignment
2009-02-26 aureluse new metadata API in rpl demuxer
2009-02-26 aureluse new metadata API in wc3 demuxer
2009-02-26 stefanoMark as "internal but installed" the avio.h file.
2009-02-26 stefanoAdd a @file notice to avio.h.
2009-02-26 stefanoRename avfilter_parse_graph() to avfilter_graph_parse...
2009-02-26 stefanoRename avfilter_destroy_graph() to avfilter_graph_destr...
2009-02-26 michaelHalf user provided time_base once during the first...
2009-02-26 cehoyosCosmetics: Fix indentation after last commit.
2009-02-26 cehoyosInitialize H264 parser context correctly if the optiona...
2009-02-26 aurelmove static tables from asf.h to non-static tables...
2009-02-26 aurelrename asf-enc.c to asfenc.c and asf.c to asfdec.c...
2009-02-26 aurelfix a memleak in av_metadata_set()
2009-02-26 rbultjeImplement marker bit, which is used for several RTP...
2009-02-26 rbultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-26 rbultjeDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
2009-02-26 michaelFix next_pts computation to consider repeat_pict.
2009-02-26 aurelmovenc: add muxing of language along with metadata...
2009-02-26 aurelreturn -1 for errors in ff_mov_iso639_to_lang() to...
2009-02-26 aurelcosmetics: indentation
2009-02-26 aureluse new metadata API in mov muxer
2009-02-26 aureldon't trigger metadata compatibility code when user...
next