]> git.sesse.net Git - mlt/history - src/modules/avformat
Fix regression in field rendering luma transition.
[mlt] / src / modules / avformat /
2011-06-16 Dan DennedyFix int64_t to int overflow problem.
2011-06-14 Dan DennedyAdd video_delay to avformat producer.
2011-06-11 Dan DennedyProvide A/V sync for non-seekable sources.
2011-06-11 Dan DennedyFix bug in avformat URL parsing.
2011-06-11 Dan DennedyFix sync of multiple audio streams with audio_index...
2011-06-11 Dan DennedyFix infinite loop with audio_index=all on sample provid...
2011-06-09 Dan DennedyDisable new_seek on h264/ts from non-seekable source...
2011-06-07 Dan DennedyTemporary fix for new crash when closing codec.
2011-06-07 Dan DennedyFix setting codec-specific options for avcodec v53.
2011-06-07 Dan DennedyFix crash generating avformat metadata.
2011-06-07 Dan DennedyChange consumer 'profile' property to 'mlt_profile'
2011-06-06 Dan DennedyDrop usage of av_demuxer_open() in avformat v53.
2011-06-06 Dan DennedyFix regressions on libavformat v53 and failing on inval...
2011-06-06 Dan DennedyChange URI to URL in avformat yaml.
2011-06-06 Dan DennedyFix compilation error on libavformat v53.
2011-06-05 Dan DennedySend melt -query and -help to stdout.
2011-06-05 Dan DennedyFix setting default streams on non-seekable streams.
2011-06-05 Dan DennedyFix setting demuxer private options libavformat for...
2011-06-05 Dan DennedyTidy code dealing with AVFormatParameters.
2011-06-05 Dan DennedyRefactor common code around producer_open into producer...
2011-06-05 Dan Dennedyminor cleanup in return handling in parse_url
2011-06-05 Dan DennedyUse a single AVFormatContext for non-seekable sources.
2011-06-04 Dan DennedyRefactor avformat get_image() into new seek_video().
2011-06-04 Dan Dennedyrefactor avformat producer_open
2011-06-04 Dan Dennedycleanup producer_avformat_init
2011-05-22 Dan DennedyFix full closure of avformat on explicit close.
2011-05-22 Dan DennedyFix regression in protocol/avdevice handling.
2011-05-09 Dan DennedyInstall consumer_avformat.yml
2011-05-08 Dan DennedyFix inadvertent reording of resample filters.
2011-05-07 Dan DennedyRevert commits e49264, c9cb51, and e7a775.
2011-05-07 Dan DennedyPad the last audio frame with silence.
2011-05-07 Dan DennedyMake the frame audio properties consistent.
2011-05-07 Dan DennedyFix avformat producer to use new mlt audio formats.
2011-05-07 Dan DennedyAdd audiochannels normalization filter.
2011-05-06 Dan DennedyFix channel count for resizing decoded audio buffer...
2011-05-06 Dan DennedyFix regressions in audio decoding.
2011-05-05 Dan DennedyCleanup compile warnings.
2011-05-05 Dan DennedySimplify audio pointer and sample size code.
2011-05-05 Dan DennedyWIP to get >16-bit multi-channel audio working.
2011-05-05 Dan DennedyCopy cached image if writable copy requested.
2011-05-02 Dan DennedyFinish work to normalize channel count.
2011-05-01 Dan DennedyFree temp string.
2011-05-01 Dan DennedyFix regression (flickering) in commit 84b5b2.
2011-05-01 Dan DennedyAdd support for new codec- and muxer-specific AVOptions.
2011-05-01 Dan DennedyFix sample rate and channel count from avformat producer.
2011-04-29 Dan DennedyTry to duplicate last image if decoding fails.
2011-04-22 Dan DennedyUse new av_get_bits_per_sample_fmt() in avformat producer.
2011-04-22 Dan DennedyUse new avio functions in avformat module.
2011-04-21 Dan DennedyFix regression initializing coefficients.
2011-04-21 Dan DennedyUse newer av_get_sample_fmt_name() if available.
2011-04-21 Dan DennedyFix avformat compile warns on const and 64-bit string...
2011-04-21 Dan DennedyDrop private audioconvert.h for public samplefmt.h.
2011-04-21 Dan DennedyMore libavcodec v53 changes required.
2011-04-21 Dan DennedyFix avformat build with libavcodec v53.
2011-04-20 Dan DennedyFix detect swscale on libavcodec major version bump.
2011-04-08 Dan DennedyAdd avformat consumer metadata.
2011-03-28 Dan DennedyFail gracefully on unsupported codec (3251438).
2011-03-28 Dan DennedyFix a segfault in avformat with parallel consumer.
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.
next