]> git.sesse.net Git - mlt/history - src/modules/avformat/producer_avformat.c
Fix sync of multiple audio streams with audio_index=all.
[mlt] / src / modules / avformat / producer_avformat.c
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-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 DennedyFix compilation error on libavformat v53.
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-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-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-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-03-28 Dan DennedyFix a segfault in avformat with parallel consumer.
2011-03-25 Dan DennedyRedo locking in avformat producer.
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-11 Dan DennedyMerge branch 'roto'
2011-03-11 Dan DennedyFix audio resample with audio_index=all.
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-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 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 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.
2010-11-30 Dan DennedyFix reading uncompressed video (bug 3121436).
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-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-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 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 DennedyExpand colorspace support to explicit 601.
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 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 DennedyValidate that swscale supports the resolution in avform...
2010-09-10 Dan DennedyFix returning last bit of audio samples from avformat.
2010-09-08 Dan DennedyRevert 3a419b4 (Use caching for swscale contexts).
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-28 Dan DennedyFix audio decoding when AVPacket has >1 frame.
2010-08-22 Dan DennedyUse caching for swscale contexts.
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-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-04-26 Dan DennedyFix white artifacts in image (2972137)
2010-04-20 Dan DennedyImprove error handling on video decode failure (kdenliv...
2010-02-27 Dan DennedyFix crash on reading uncompressed (rawvideo).
2010-02-15 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
next