]> git.sesse.net Git - mlt/history - src/modules/avformat
set all paramters
[mlt] / src / modules / avformat /
2011-10-30 Dan Dennedyfix crash cleaning packet queues that were not created
2011-10-29 Dan DennedyLet video_delay work with new_seek (AVCHD).
2011-10-29 Dan DennedyRenove start_time from avformat producer core object.
2011-10-21 Dan DennedyMerge branch 'master' of git://github.com/pez4brian...
2011-10-15 Dan DennedyImprove a/v sync and fix possible inf loop w/ audio_ind...
2011-10-08 Dan DennedyFix regression on audio devices.
2011-10-08 Dan DennedyMerge branch 'master' of git://github.com/pez4brian...
2011-10-06 Dan DennedyImprove previous fix (efebb3) to prevent infinite loop.
2011-10-06 Dan DennedyPrevent closing alreadu closed AVCoddecContexts.
2011-09-29 Dan DennedyFix race on stream index (kdenlive-2296)
2011-09-29 Dan DennedyFix crash when codec not yet opened (or just closed?)
2011-09-29 Dan DennedyFix some unprotected calls to av_close_input_file.
2011-09-28 Dan DennedyFix multi-threaded encoding on libavcodec older than...
2011-09-25 Dan DennedyAdd parenthesis to fix warning.
2011-09-21 Dan DennedySupport streamtype-specific AVOptions (-vb)
2011-09-05 Dan DennedyAdd support for writing timecode from vitc metadata.
2011-08-30 Dan DennedyFix crash at end of second pass.
2011-08-14 Dan DennedyCheck swscale context before using it.
2011-08-02 Dan DennedyFix regression in multiple audio tracks.
2011-07-26 Brian MatherlyAdd service metadata for composite transition, all...
2011-07-25 Dan DennedyDocument the redirect property.
2011-07-25 Dan DennedyRemove mlt protocol, use ByteIOContext if <v53 libavformat.
2011-07-25 Dan DennedyAdd support for custom AVIOContext.
2011-07-22 Dan DennedyMerge branch 'pez'
2011-07-22 Dan DennedyMake ffmpeg v53-specific code more readable and searchable.
2011-07-22 Dan DennedyFix codec-specific defaults for libavcodec v53 (3370720).
2011-07-22 Dan DennedyRefactor to pass AVCodec into add_audio/video_stream.
2011-07-22 Dan DennedyMake ffmpeg v53-specific code more readable and searchable.
2011-07-22 Dan DennedyFix codec-specific defaults for libavcodec v53 (3370720).
2011-07-22 Dan DennedyRefactor to pass AVCodec into add_audio/video_stream.
2011-07-17 Brian MatherlyRemove from all existing yml: in, out, length,
2011-07-15 Dan DennedyCleanup fprintf left in last commmit
2011-07-15 Dan DennedyFix audio glitch on seek (3362840).
2011-07-13 Dan DennedyFix regression seeking to in point on seekable.
2011-07-05 Dan DennedyCleanup display of recommended versions.
2011-07-05 Dan DennedySuppress confusing message when vpre does not exist.
2011-07-05 Dan DennedyFix crash in consumer on FFmpeg v0.8 and later.
2011-07-05 Dan DennedyRevert removal of --avformat-ldextra.
2011-07-05 Dan DennedyRevert "Temporary fix for new crash when closing codec."
2011-07-05 Dan DennedyFix metadata for avformat demuxer/device-specific options.
2011-07-05 Dan DennedyDropping support for --avformat-svn.
2011-07-04 Dan DennedySupport standard query syntax on avformat URL.
2011-07-03 Dan DennedyChange some verbose messages with new_seek to debug.
2011-07-03 Dan DennedyFix file descriptor leak in reopen_video().
2011-07-03 Dan DennedyFix race condition by adding take_lock to producer_open().
2011-06-25 Dan DennedyUse int64_t for req_position and int_position.
2011-06-25 Dan DennedyRevert "Fix int64_t to int overflow problem."
2011-06-22 Dan DennedyMake sure avformat consumer closes all mlt_frames.
2011-06-22 Dan DennedyFix regression on avdevice.
2011-06-18 Dan DennedyCleanup Win32 build.
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.
next