]> git.sesse.net Git - mlt/history - src/modules/avformat
Fix composite using wrong B frame scaling.
[mlt] / src / modules / avformat /
2011-03-27 Dan DennedyDisable VDPAU by default.
2011-03-27 Dan DennedyUse mlt_properties_get_value where possible.
2011-03-25 Dan DennedyRedo locking in avformat producer.
2011-03-24 Dan DennedyFix vdpau crashes when failed to init.
2011-03-24 Dan DennedyFix unchecked vdpau pointer.
2011-03-18 Dan DennedyFix regression on seeking to first frame with audio_ind...
2011-03-15 Dan DennedyAdd force_length and adjust_length properties.
2011-03-15 Dan DennedyFix some incorrect frame rates in avformat (kdenlive...
2011-03-12 Dan DennedyPrefer opening codec by name instead of by ID.
2011-03-11 Dan DennedyFix regression on AC-3 fix.
2011-03-11 Dan DennedyMerge branch 'roto'
2011-03-11 Dan DennedyFix audio resample with audio_index=all.
2011-03-07 Dan DennedyDefine out this unused code.
2011-03-07 Dan DennedyRefactor to use mlt_image_format_size().
2011-03-07 Dan DennedyRefactor to use mlt_frame_set_image/_alpha.
2011-03-06 Dan DennedyMerge branch 'roto' of git://github.com/ttill/MLT-roto...
2011-03-06 Dan DennedyFix AC-3 encoding (kdenlive-2010).
2011-03-03 Dan DennedyRename 'this' in avformat module.
2011-03-01 Dan DennedyWorkaround incorrect duration on some clips (kdenlive...
2011-03-01 Dan DennedyFix regression in determination of seekable.
2011-02-28 Dan DennedyFix compiler error on older version of libavutil.
2011-02-28 Dan DennedyFix mlt_consumer_position when encoding audio only.
2011-02-28 Dan DennedyAdd support for FFmpeg AVMetadata API.
2011-02-28 Dan DennedyFix compiler warning on av_get_pix_fmt().
2011-02-27 Dan DennedyRewrite seekable check in avformat.
2011-02-26 Dan DennedyAdd support for pix_fmt on avformat resource URL.
2011-02-26 Dan DennedyAdd support for avdevice video channel selection.
2011-02-20 Dan DennedyFix video4linux in avformat producer.
2011-01-30 Dan DennedyImprove efficiency of memory copy in avformat consumer.
2011-01-30 Dan DennedyBe pessimistic about the duration (kdenlive-1962).
2011-01-27 Dan DennedyDo not round up the duration (kdenlive-1962).
2011-01-27 Dan DennedyFix pausing on vdpau with noimagecache.
2011-01-27 Dan DennedyMake seeking to first frame more reliable.
2011-01-24 Dan DennedyAdd service locks for parallelism.
2011-01-24 Dan DennedyOn Windows locate plugins and data by directory relativ...
2011-01-24 Dan DennedyInitial port to Windows using MinGW.
2011-01-12 Dan DennedyEnable build on NetBSD (3090684)
2011-01-01 Dan DennedySet recommended FFmpeg version to 0.6.1.
2011-01-01 Dan DennedyIncrease video encoder output buffer size.
2010-12-29 Dan DennedyFix an infinite loop encoding a video with vorbis audio...
2010-12-09 Dan DennedyAdd consumer-fatal-error event to avformat consumer.
2010-11-30 Dan DennedyMake the formats and codecs available through properties.
2010-11-30 Dan DennedyFix reading uncompressed video (bug 3121436).
2010-11-30 Dan DennedyMake VDPAU decoding a tad more resilient.
2010-11-10 Dan DennedyAdd locks around avcodec_open/_close for thread protection.
2010-11-10 Dan DennedyFix regression on 1920x1088 clips.
2010-10-22 Dan DennedyFix frame rate detection when the muxer rate is 0/0.
2010-10-21 Dan DennedyDisable colorspace normalization - not working yet.
2010-10-14 Dan DennedyFix regression using codec frame rate.
2010-10-14 Dan DennedyAdd colorspace to auto-profile.
2010-10-14 Dan DennedyFix version support for AVCodec:colorspace.
2010-10-14 Dan DennedyAdd --avformat-no-vdpau configure option.
2010-10-07 Dan DennedyFix some framerate-related issues on playback.
2010-10-07 Dan DennedyImprove some media attributes detection.
2010-10-07 Dan DennedyAdd immutable meta.media-prefixed properties.
2010-10-05 Dan DennedyAdd support for short-hand vpre to avformat consumer.
2010-10-05 Dan DennedyFFmpeg build improvements (3078007).
2010-09-27 Dan DennedySet default colorspace (from profile) on frames.
2010-09-26 Dan DennedyRename variables and properties around luma range for...
2010-09-26 Dan DennedyAdd conversion to profile colorspace.
2010-09-26 Dan DennedyExpand colorspace support to explicit 601.
2010-09-26 Dan DennedySet colorspace in codec context.
2010-09-26 Dan DennedyRemove hardcoded luma scaling and passing skip_luma_sca...
2010-09-26 Dan DennedyRename yuv_std to colorspace.
2010-09-26 Dan DennedyRequire skip_luma_scale explicitly <> 0.
2010-09-26 Dan DennedyAdd input YUV colorspace (601 vs 709) handling.
2010-09-26 Dan DennedyRevert new image types.
2010-09-26 Dan DennedyGet initial skipping of luma scaling to work.
2010-09-26 Dan DennedyImprove colorspace handling (work in progress)
2010-09-20 j-b-mImprove fps detection in avformat producer.
2010-09-13 Dan DennedyEnhance image conversion logging.
2010-09-13 Dan DennedyValidate that swscale supports the resolution in avform...
2010-09-10 Dan DennedyFix returning last bit of audio samples from avformat.
2010-09-10 Dan DennedyMerge branch 'work' of git://github.com/gmarco/mlt
2010-09-08 Dan DennedyRefix alpha channel scaling memory leak (3060324).
2010-09-08 Dan DennedyRevert 3a419b4 (Use caching for swscale contexts).
2010-09-07 Dan DennedyFix regression in commit f9dbf1.
2010-09-07 Dan DennedyFix memory leak regression introduced in commit 3a419b.
2010-09-06 Dan DennedyApply alpha on frame to rgba image (kdenlive-1786).
2010-09-04 Dan DennedyFix field order on avformat cached images.
2010-09-03 Dan DennedyAutomatically crop 8 bottom lines of 1088 source.
2010-08-29 Dan DennedyFix regression on scaling alpha channel.
2010-08-28 Dan DennedyFix audio decoding when AVPacket has >1 frame.
2010-08-24 Dan DennedyFix regression in avcolorspace filter.
2010-08-22 Dan DennedyUse caching for swscale contexts.
2010-08-22 Dan DennedyFix detecting VDPAU on dash-based systems.
2010-08-22 Dan DennedyEnable swscale CPU flags.
2010-08-14 Dan DennedyImprove quality of libswscale conversions and scaling.
2010-08-09 Dan DennedyFix image cache hit updating position state (kdenlive...
2010-08-05 Dan DennedyMove firing consumer-frame-show to after done with...
2010-07-20 Dan DennedyFix infinite loop on some audio decode errors (kdenlive...
2010-07-15 Dan DennedyFix crash when repeating frames after failure to decode...
2010-06-20 Dan DennedyFixup local ffmpeg build.
2010-06-18 Dan DennedyRevoke special handling for vorbis.
2010-06-01 Dan DennedyMerge branch 'kdenlivetitle' of git://github.com/j...
2010-06-01 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2010-06-01 Dan DennedyFix build on BSD with VDPAU (Alberto Villa).
2010-05-28 Dan DennedyFix compilation warning undeclared av_get_pix_fmt().
2010-05-17 Dan DennedyMerge branch 'interlaced_title' of git://github.com...
2010-05-17 Dan DennedyEnable flushing the encoder buffers.
next