]> git.sesse.net Git - mlt/history - src/modules/avformat/producer_avformat.c
Rename 'this' in avformat module.
[mlt] / src / modules / avformat / producer_avformat.c
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...
2010-02-14 Dan DennedyAdd a reference to avformat producer on the frame when...
2010-02-11 Dan DennedyMake avformat producer less chatty in verbose mode.
2010-02-08 Dan DennedyFix audio muxing when downsampling >2 channels.
2010-02-08 Dan DennedyFix crash in filter resize with cached images (kdenlive...
2010-02-05 Dan DennedyFix setting resolution and format in avformat image...
2010-02-05 Dan DennedyFix force_progressive=0 on avformat producer.
2010-02-05 Dan DennedyAdd image caching to avformat producer.
2010-01-27 Dan DennedyFix segfault when using audio_index=all on file with...
2010-01-22 Dan DennedyLet environment variable MLT_NO_VDPAU=1 disable VDPAU.
2010-01-20 Dan DennedyAdd support for libavdevice (v4l/v4l2).
2010-01-13 Dan DennedyFix detection of aspect ratio of DV in AVI.
2010-01-13 Dan DennedyFix A/V sync after seeking on some files (2892086).
2010-01-11 Dan DennedyFix setting progressive property on repeated frames...
2009-12-17 Dan DennedyFix crash at end of some files with audio_index=all.
2009-12-17 Dan DennedyRedo avformat producer locking - less off-and-on.
2009-12-14 Dan DennedyAdd producer variant avformat-novalidate.
2009-12-13 Dan DennedyFix audio_index=all when stream not stereo.
2009-12-13 Dan DennedySome B.C.E. sample files need more audio streams.
2009-12-13 Dan DennedyFix regression with addition of mlt_cache.
2009-12-12 Dan DennedyAdd cache support to avformat producer.
2009-12-11 Dan DennedyAdd support for decoding H.264 with VDPAU.
2009-12-09 Dan DennedyFix underlinking libm by removing math function.
2009-12-03 Dan DennedyFix audio buffer overflow on large resampling (2902193).
2009-12-03 Dan DennedyFix regression converting mono to stereo.
2009-11-30 Dan DennedyAdd force_fps property to avformat producer.
2009-11-30 Dan DennedyFix pointer of V plane for yuv420p.
2009-11-30 Dan DennedyFix crash in avformat producer on unusable file.
2009-11-21 Dan DennedyAdd support for new libavcodec decode functions.
2009-11-21 Dan DennedyFix seek on some AVCHD causing infinite loop.
2009-11-21 Dan DennedyFix dropping samples on math error (kdenlive 1219).
2009-10-14 Dan DennedyFix audio distortion due to supplying incorrect decode...
2009-10-14 Dan DennedyAdd dynamically resizing audio buffer.
2009-10-13 Dan DennedyMerge branch 'kdenlivetitle' of git://github.com/j...
2009-10-13 Dan DennedyFix regression on video-only files (kdenlive-1206).
2009-10-12 Dan DennedyFix regression with mono audio (kdenlive-1204).
2009-10-11 Dan DennedyAdd codec.frame_rate and drop the profile/level meta...
2009-10-11 Dan DennedyImprove this log message.
2009-10-07 Dan DennedyAdd support for audio_index=all.
2009-10-07 Dan DennedyConvert audio structures to arrays.
2009-10-07 Dan DennedyFactor out audio seeking and decoding from the get_audi...
2009-10-07 Dan DennedyFactor out video codec initialization.
2009-10-07 Dan DennedyFactor out audio codec setup from audio index handling.
2009-10-07 Dan DennedyReduce usage of properties for state.
2009-09-15 Dan DennedyRemove the old location of the first_pts calculation.
2009-09-15 Dan DennedyFix concurrency instability.
2009-09-15 Dan DennedyRelocate setting first_pts and fix ffmpeg concurrency.
2009-09-15 Dan DennedyRestore seeking to one second before target.
2009-09-15 Dan DennedyPatch from Ivan Schreter to fix seeking on AVCHD.
2009-08-31 j-b-mMerge branch 'master' of git://mltframework.org/mlt
next