]> git.sesse.net Git - mlt/history - src/modules/avformat/producer_avformat.c
fix avformat build on older versions (YUVA444P is new)
[mlt] / src / modules / avformat / producer_avformat.c
2012-02-20 Dan Dennedyfix avformat build on older versions (YUVA444P is new)
2012-02-20 Maksym Veremeyenkoalpha extracting from planar formats
2012-02-06 Dan DennedyMerge branch 'pez'
2012-02-05 Dan Dennedyfix color problem with libav (3483629)
2012-02-04 Dan Dennedyfix AVOption processing on ffmpeg 0.8
2012-02-03 Dan Dennedyfix getting sample_fmt name crashing on some versions
2012-01-30 Dan Dennedyfix AVOption processing on libav 0.7.3
2012-01-28 Dan Dennedyfix SAMPLE_FMT support for v0.6 and less of libav/ffmpeg
2012-01-28 Dan Dennedyconvert all SAMPLE_FMT_16 to AV_SAMPLE_FMT_16
2012-01-22 Dan Dennedyremove global avformat mutex
2012-01-16 Dan Dennedyenable codec- and format-specific options for v0.7...
2012-01-14 Dan Dennedydrop deprecated APIs of libavformat/codec v53
2011-12-11 Dan Dennedyif requested image format is none, pick the most suitab...
2011-12-01 Dan DennedyMerge branch 'master' of xtremedia:git/mltframework...
2011-11-27 Dan Dennedyfix VDPAU state issues
2011-11-13 Dan Dennedyfix possible source_fps inconsistency
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-07-22 Dan DennedyMake ffmpeg v53-specific code more readable and searchable.
2011-07-22 Dan DennedyMake ffmpeg v53-specific code more readable and searchable.
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-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 DennedyFix regression on avdevice.
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-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.
next